mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-18 11:04:15 -06:00
Development settings: keep artifact bundles
useful to preserve sourcemap upload
This commit is contained in:
@@ -125,6 +125,8 @@ BUGSINK = {
|
||||
# set MAX_EVENTS* very high to be able to do serious performance testing (which I do often in my dev environment)
|
||||
"MAX_EVENTS_PER_PROJECT_PER_5_MINUTES": 1_000_000,
|
||||
"MAX_EVENTS_PER_PROJECT_PER_HOUR": 50_000_000,
|
||||
|
||||
"KEEP_ARTIFACT_BUNDLES": True, # in development: useful to preserve sourcemap uploads
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user