-
Notifications
You must be signed in to change notification settings - Fork 808
Batch tokens deletion in cleartokens command #969
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
Changes from all commits
def3adf
2340bdf
ce70f80
a41e6f6
a0474d9
caf5679
725c3c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,6 +101,8 @@ | |
# Whether to re-create OAuthlibCore on every request. | ||
# Should only be required in testing. | ||
"ALWAYS_RELOAD_OAUTHLIB_CORE": False, | ||
"CLEAR_EXPIRED_TOKENS_BATCH_SIZE": 10000, | ||
"CLEAR_EXPIRED_TOKENS_BATCH_INTERVAL": 0.1, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @merito Sorry this is after the fact but wouldn't a default value of 0 be best, especially since the sleep is always executed even if the batch is tiny. |
||
} | ||
|
||
# List of settings that cannot be empty | ||
|
Uh oh!
There was an error while loading. Please reload this page.