Skip to content

Commit

Permalink
[Revert][Hardening] http_client caching requests
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 7, 2019
1 parent 2fc74f9 commit 75d7461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import weakref
import datetime
import requests
import requests_cache
# import requests_cache
import tempfile
import urlparse
import traceback
Expand Down Expand Up @@ -86,7 +86,7 @@
SQL_PARAMS_RE = re.compile(r'%\(([\w_\-]+)\)s')

requests.packages.urllib3.disable_warnings()
requests_cache.install_cache('http_client_cache')
# requests_cache.install_cache('http_client_cache')

signalnames = [
'class_prepared',
Expand Down

0 comments on commit 75d7461

Please sign in to comment.