Skip to content

Commit 5289f4d

Browse files
committed
interrupt api keys should last longer
1 parent e2d2946 commit 5289f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def saal():
320320
"Effect": "allow",
321321
}
322322
],
323-
expire=300,
323+
expire=900,
324324
uses=20,
325325
)
326326
return render_template(

0 commit comments

Comments
 (0)