Dalba has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/349790 )
Change subject: config2.py: Increase the default timeout to 75 seconds ...................................................................... config2.py: Increase the default timeout to 75 seconds Bug: T163635 Change-Id: Ie0c24aa7831cdd1679afef3ee4f43a681a932538 --- M pywikibot/config2.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/90/349790/1 diff --git a/pywikibot/config2.py b/pywikibot/config2.py index e0bac1e..fd5a2df 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -783,7 +783,7 @@ # DO NOT set to None to disable timeouts. Otherwise this may freeze your script. # You may assign either a tuple of two int or float values for connection and # read timeout, or a single value for both in a tuple (since requests 2.4.0). -socket_timeout = 30 +socket_timeout = 75 # ############# COSMETIC CHANGES SETTINGS ############## -- To view, visit https://gerrit.wikimedia.org/r/349790 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie0c24aa7831cdd1679afef3ee4f43a681a932538 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Dalba <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
