Author: dmeyer
Date: Thu Apr 12 18:45:45 2007
New Revision: 2617

Modified:
   trunk/beacon/bin/beacon

Log:
change autoshutdown timer

Modified: trunk/beacon/bin/beacon
==============================================================================
--- trunk/beacon/bin/beacon     (original)
+++ trunk/beacon/bin/beacon     Thu Apr 12 18:45:45 2007
@@ -390,11 +390,11 @@
     kaa.notifier.Timer(garbage_collect).start(10)
     if shutdown:
 
-        shutdown_timer = 3
+        shutdown_timer = 10
         def autoshutdown_poll():
             global shutdown_timer
             if server.has_clients():
-                shutdown_timer = 3
+                shutdown_timer = 5
                 return True
             shutdown_timer -= 1
             if not shutdown_timer:
@@ -402,7 +402,7 @@
                 sys.exit(0)
             return True
             
-        log.info('set autoshutdown timer to 3 seconds')
+        log.info('set autoshutdown timer')
         kaa.notifier.Timer(autoshutdown_poll).start(1)
 
     if detach:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to