mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
static cooldown moved to the cooldown function
This commit is contained in:
parent
e1341b6ad3
commit
97e5477bde
2 changed files with 11 additions and 12 deletions
|
@ -615,7 +615,7 @@ return [
|
|||
// Minimum for this config value is 1. Maximum is 64 as the resulting profile URL mustn't be longer than 255 chars.
|
||||
'username_max_length' => 48,
|
||||
|
||||
// worker_cooldown (Integer)
|
||||
// worker_cooldown (Float)
|
||||
// Cooldown period in seconds before each worker function call.
|
||||
'worker_cooldown' => 0,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue