From 3be7a447a56f2700590be576b7bab6b192e7165c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 26 Mar 2015 12:22:49 +0100 Subject: [PATCH] Update --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 22bd1ec27..503479091 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -483,7 +483,7 @@ DEFAULT_COOKIE_DELIMITER = ';' FORCE_COOKIE_EXPIRATION_TIME = "9999999999" # Github OAuth token used for creating an automatic Issue for unhandled exceptions -GITHUB_REPORT_OAUTH_TOKEN = "29f6bdf5ce4424fc17a19405bce75d6aca7dcd27" +GITHUB_REPORT_OAUTH_TOKEN = "40c045d05ce0a54fd50ba55059e4554a39beabc4" # Skip unforced HashDB flush requests below the threshold number of cached items HASHDB_FLUSH_THRESHOLD = 32