mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
fixes #2334 wait user_cache rebuild for 20 seconds instead of 10
This commit is contained in:
parent
5eacda0d76
commit
33b57be509
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ SELECT
|
||||||
{
|
{
|
||||||
$logger->info($logger_msg_prefix.'starts to wait for another request to build user_cache');
|
$logger->info($logger_msg_prefix.'starts to wait for another request to build user_cache');
|
||||||
$user_cache_waiting_start_time = get_moment();
|
$user_cache_waiting_start_time = get_moment();
|
||||||
for ($k = 0; $k < 10; $k++)
|
for ($k = 0; $k < 20; $k++)
|
||||||
{
|
{
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue