Skip to content

Commit

Permalink
interrupt api keys should last longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 19, 2023
1 parent e2d2946 commit 5289f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def saal():
"Effect": "allow",
}
],
expire=300,
expire=900,
uses=20,
)
return render_template(
Expand Down

0 comments on commit 5289f4d

Please sign in to comment.