Skip to content

Commit 79c902b

Browse files
committed
feat: decrease redirection time
1 parent 872a845 commit 79c902b

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)