mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2334 wait user_cache rebuild for 20 seconds instead of 10
This commit is contained in:
@@ -424,7 +424,7 @@ SELECT
|
||||
{
|
||||
$logger->info($logger_msg_prefix.'starts to wait for another request to build user_cache');
|
||||
$user_cache_waiting_start_time = get_moment();
|
||||
for ($k = 0; $k < 10; $k++)
|
||||
for ($k = 0; $k < 20; $k++)
|
||||
{
|
||||
sleep(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user