4 lines
147 B
JavaScript
4 lines
147 B
JavaScript
|
export const MAX_REQUESTS = 3; // max number of times to retry
|
||
|
|
||
|
export const X_INTERVAL = 5; // Reflects the number of verticle bars on the x-axis
|