mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Merge remote-tracking branch 'origin/v1.7'
This commit is contained in:
commit
1dac61ea69
@ -289,7 +289,7 @@ class UDSActorSvc(win32serviceutil.ServiceFramework, CommonService):
|
|||||||
# Process SENS messages, This will be a bit asyncronous (1 second
|
# Process SENS messages, This will be a bit asyncronous (1 second
|
||||||
# delay)
|
# delay)
|
||||||
pythoncom.PumpWaitingMessages()
|
pythoncom.PumpWaitingMessages()
|
||||||
if counter >= 60: # Once every minute
|
if counter >= 15: # Once every 15 seconds
|
||||||
counter = 0
|
counter = 0
|
||||||
try:
|
try:
|
||||||
self.checkIpsChanged()
|
self.checkIpsChanged()
|
||||||
|
Loading…
Reference in New Issue
Block a user