mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
Export the same variables from mocks
This commit is contained in:
@@ -3,3 +3,9 @@ export const PARKING_LOGGING_INTERVAL_MS = 10000;
|
|||||||
export const PARKING_HISTORICAL_AVERAGE_MINIMUM_INTERVAL = 1000;
|
export const PARKING_HISTORICAL_AVERAGE_MINIMUM_INTERVAL = 1000;
|
||||||
|
|
||||||
export const PARKING_HISTORICAL_AVERAGE_MAXIMUM_TIMESPAN = 60000 * 60 * 24;
|
export const PARKING_HISTORICAL_AVERAGE_MAXIMUM_TIMESPAN = 60000 * 60 * 24;
|
||||||
|
|
||||||
|
export const RATE_LIMITS_DISABLED = true;
|
||||||
|
export const RATE_LIMIT_WINDOW_MS = 10000;
|
||||||
|
export const RATE_LIMIT_DELAY_AFTER_REQUESTS = 10000;
|
||||||
|
export const RATE_LIMIT_DELAY_MULTIPLIER_MS = 1000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user