Skip to content

Commit ef3b2cb

Browse files
authored
feat: decrease redirection time (#636)
1 parent 872a845 commit ef3b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/constants/redirection-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// TODO: we will decrease this time after testing bi-weekly
2-
export const REDIRECTION_TIME = 3000; // in milliseconds
2+
export const REDIRECTION_TIME = 1500; // in milliseconds

0 commit comments

Comments
 (0)