[Slim-Checkins] r10279 - /branches/6.5/server/Slim/Web/Setup.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Tue Oct 10 18:12:47 PDT 2006
Author: andy
Date: Tue Oct 10 18:12:46 2006
New Revision: 10279
URL: http://svn.slimdevices.com?rev=10279&view=rev
Log:
Forgot to check in the changed web code for bufferSecs
Modified:
branches/6.5/server/Slim/Web/Setup.pm
Modified: branches/6.5/server/Slim/Web/Setup.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Web/Setup.pm?rev=10279&r1=10278&r2=10279&view=diff
==============================================================================
--- branches/6.5/server/Slim/Web/Setup.pm (original)
+++ branches/6.5/server/Slim/Web/Setup.pm Tue Oct 10 18:12:46 2006
@@ -2222,7 +2222,7 @@
}
,'bufferSecs' => {
'validate' => \&Slim::Utils::Validate::isInt,
- 'validateArgs' => [1,30,1,30],
+ 'validateArgs' => [3,30,1,1],
}
,'remotestreamtimeout' => {
'validate' => \&Slim::Utils::Validate::isInt
More information about the checkins
mailing list