瀏覽代碼

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

Visman 1 年之前
父節點
當前提交
257658ca5f
共有 1 個文件被更改,包括 4 次插入0 次删除
  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();