Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental new loader #48

Merged
merged 1 commit into from
Feb 21, 2016
Merged

Experimental new loader #48

merged 1 commit into from
Feb 21, 2016

Commits on Feb 21, 2016

  1. Experimental new loader

    New class based loader implementation
    
    * Potentially Breaking Changes
    
        This commit introduces a new `CACHE` setting which when set to true makes the loader cache the contents of the stats files in memory. This means if set to True, the server will have to be restarted every time the stats file contents change or it'll keep serving old, cached URLs. `CACHE` defaults to `not DEBUG` by default.
    owais committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    009d285 View commit details
    Browse the repository at this point in the history