mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Don't show prometheus metrics for migrations.
This commit is contained in:
parent
893619596b
commit
90725d14c1
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ ENABLE_PUSH = True
|
|||
PAYPAL_TEST = False
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 5242880 # 5 MB
|
||||
FILE_UPLOAD_MAX_MEMORY_SIZE = 5242880 # 5 MB
|
||||
PROMETHEUS_EXPORT_MIGRATIONS = False
|
||||
|
||||
# Uncomment below to force all feeds to store this many stories. Default is to cut
|
||||
# off at 25 stories for single subscriber non-premium feeds and 500 for popular feeds.
|
||||
|
|
Loading…
Add table
Reference in a new issue