[dw-free] Syntax error in ConfCheck/General.pm for $MAX_WT_EDGES_LOAD
[commit: http://hg.dwscoalition.org/dw-free/rev/39623b742ad2]
http://bugs.dwscoalition.org/show_bug.cgi?id=2695
Needs comma. Add comma.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2695
Needs comma. Add comma.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/ConfCheck/General.pm
-------------------------------------------------------------------------------- diff -r f125de3aa6c8 -r 39623b742ad2 cgi-bin/LJ/ConfCheck/General.pm --- a/cgi-bin/LJ/ConfCheck/General.pm Fri Jun 11 13:26:55 2010 +0800 +++ b/cgi-bin/LJ/ConfCheck/General.pm Fri Jun 11 13:45:12 2010 +0800 @@ -249,7 +249,7 @@ add_conf('$MAX_FRIENDOF_LOAD', ); add_conf('$MAX_WT_EDGES_LOAD', - type => 'int' + type => 'int', des => "The maximum number of users to load for watch/trust edges when we can afford to be sloppy about the results returned. It is possible to override this limit to get the full list, but most of the time, you won't need to. Defaults to 50,000.", ); --------------------------------------------------------------------------------