diff --git a/scripts/socket/freepy/fseventlistener.py b/scripts/socket/freepy/fseventlistener.py index 7f7c1c99d1..f71ad20e95 100644 --- a/scripts/socket/freepy/fseventlistener.py +++ b/scripts/socket/freepy/fseventlistener.py @@ -214,7 +214,7 @@ class FreeswitchEventListenerFactory(ClientFactory): def clientConnectionFailed(self, connector, reason): - if self.num_attempts < 100: + if self.num_attempts < 10000: self.num_attempts += 1 print "Connection refused, retrying attempt #%s in 5 seconds" % \ (self.num_attempts)