Skip to content

Commit

Permalink
fix: token expired in 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgleam committed Oct 3, 2024
1 parent 179b04f commit 547843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/helpers/constant.gleam
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub const timeout = 128

pub const expired = 60
pub const expired = 300

0 comments on commit 547843b

Please sign in to comment.