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:
parent
6295e7400d
commit
15c785d5fe
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user