1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-10 01:17:59 +03:00

Again, counter fix to 15 seconds (1 minuto seems too long for me right

now...)
This commit is contained in:
Adolfo Gómez García 2015-04-30 08:23:07 +02:00
parent 6295e7400d
commit 15c785d5fe

View File

@ -289,7 +289,7 @@ class UDSActorSvc(win32serviceutil.ServiceFramework, CommonService):
# Process SENS messages, This will be a bit asyncronous (1 second
# delay)
pythoncom.PumpWaitingMessages()
if counter >= 60: # Once every minute
if counter >= 15: # Once every 15 seconds
counter = 0
try:
self.checkIpsChanged()