Manage the difficulty slider.

This commit is contained in:
Root User 2026-02-13 21:29:09 +01:00
parent a56a7b8115
commit 15fe3d5870
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -67,7 +67,8 @@ in {
COOKIE_DOMAIN = ".prg-radio.org";
# Difficulty level
DIFFICULTY = 20;
DIFFICULTY = 7;
#ALGOTIHM = "slow";
# Optional: serve robots.txt
SERVE_ROBOTS_TXT = true;