Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Changed to passive minification
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 10, 2021
1 parent f410f67 commit 173ab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion future.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'CACHE_THRESHOLD': CACHE_THRESHOLD,
'CACHE_DIR': './external_image_cache'
})
minify(app=app, html=True, js=True, cssless=True, static=True)
minify(app=app, html=True, js=True, cssless=True, passive=True, caching_limit=0)


def sendRegisterRequestToPeer(url):
Expand Down

0 comments on commit 173ab76

Please sign in to comment.