handler: fix valid for taking ms

This commit is contained in:
Vaxry
2025-05-10 21:21:55 +01:00
parent 5afa967338
commit 5022e37917
3 changed files with 5 additions and 5 deletions

View File

@@ -83,6 +83,6 @@
"traffic_log_file": "./traffic.csv"
},
// how long the token (solved challenge) should be valid for before showing a new challenge, in minutes
"token_valid_for": 60 // 1 hour
// how long the token (solved challenge) should be valid for before showing a new challenge, in seconds
"token_valid_for": 3600 // 1 hour
}