forked from CGM_Public/pretix_original
Add default timeout for HTTP requests
This commit is contained in:
@@ -27,5 +27,8 @@ class PretixHelpersConfig(AppConfig):
|
||||
label = 'pretixhelpers'
|
||||
|
||||
def ready(self):
|
||||
from .monkeypatching import monkeypatch_all_at_ready
|
||||
from .monkeypatching import (
|
||||
monkeypatch_all_at_ready, monkeypatch_requests_timeout,
|
||||
)
|
||||
monkeypatch_all_at_ready()
|
||||
monkeypatch_requests_timeout()
|
||||
|
||||
Reference in New Issue
Block a user