Increase external IP polling interval to 5 minutes
This commit is contained in:
parent
17065b4c7e
commit
0d3559c869
|
@ -245,7 +245,7 @@ def _external_ip(query_url='http://ipv4.icanhazip.com/'):
|
|||
|
||||
|
||||
class ExternalIpSegment(ThreadedSegment):
|
||||
interval = 10
|
||||
interval = 300
|
||||
|
||||
def set_state(self, query_url='http://ipv4.icanhazip.com/', **kwargs):
|
||||
self.query_url = query_url
|
||||
|
|
Loading…
Reference in New Issue