Tuning some numbers

This commit is contained in:
Yorhel 2025-10-23 08:35:31 +02:00
parent 902048e282
commit dfa9419b67
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ use ManUtils;
# Database must be configured through env vars
FU::init_db(sub { FU::Pg->connect('')->set_type(bytea => '$hex') });
FU::debug_info('/fu-debug', 'debug~', 10);
FU::log_slow_reqs 500;
FU::log_slow_reqs 200;
FU::before_request {