feat: enable easy PoW configuration auto-enhance by default

This commit is contained in:
Aravinth Manivannan 2024-03-24 08:37:26 +05:30
parent cb72b0adfa
commit 91955501e2
No known key found for this signature in database
GPG Key ID: F8F50389936984FF

View File

@ -34,11 +34,11 @@ enable_stats = true
[captcha.default_difficulty_strategy]
avg_traffic_difficulty = 50000 # almost instant solution
#avg_traffic_time = 1 # almost instant solution
avg_traffic_time = 1 # almost instant solution
peak_sustainable_traffic_difficulty = 3000000 # roughly 1.5s
#peak_sustainable_traffic_time = 3
peak_sustainable_traffic_time = 3
broke_my_site_traffic_difficulty = 5000000 # greater than 3.5s
#broke_my_site_traffic_time = 5
broke_my_site_traffic_time = 5
duration = 30 # cooldown period in seconds
[database]