config: add token_valid_for

This commit is contained in:
Vaxry
2025-05-10 19:50:22 +01:00
parent 467d19d8c3
commit 5afa967338
3 changed files with 8 additions and 5 deletions

View File

@@ -81,5 +81,8 @@
// Where to save the logfile. Each run will continue appending to this file. It may grow HUGE! No automatic pruning / compression is done.
"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
}