1
0
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:
Adolfo Gómez García 2015-04-30 08:23:57 +02:00
commit 1dac61ea69

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()