Browse Source

Remove the time limit for recalculating the number of messages and topics

Visman 1 năm trước cách đây
mục cha
commit
257658ca5f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      app/Models/Pages/Admin/Users/View.php

+ 4 - 0
app/Models/Pages/Admin/Users/View.php

@@ -439,6 +439,10 @@ class View extends Users
             );
         }
 
+        if (\function_exists('\\set_time_limit')) {
+            \set_time_limit(0);
+        }
+
         $this->c->users->updateCountPosts();
         $this->c->users->updateCountTopics();