Skip to content

Commit c8e23fb

Browse files
committed
Mod: Timeout increased to 8 seconds.
1 parent eed6208 commit c8e23fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cleantalk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self,
2525
auth_key,
2626
server_url = 'http://moderate.cleantalk.org',
2727
api_url='/api2.0',
28-
connection_timeout=3,
28+
connection_timeout=8,
2929
method_name='check_message',
3030
agent = None):
3131

0 commit comments

Comments
 (0)