You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/constants.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ const Constants = {
129
129
maxCookieSize: 3000,// Number of bytes for cookie size to not exceed
130
130
aliasMaxWindow: 90,// Max age of Alias request startTime, in days
131
131
uploadInterval: 0,// Maximum milliseconds in between batch uploads, below 500 will mean immediate upload. The server returns this as a string, but we are using it as a number internally
132
+
quickBatchIntervalMillis: 2000,// Maximum milliseconds in between quick batch uploads
0 commit comments