You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MariaDB [hatohol]> select count(*) from action_logs where status != 3;
+----------+
| count(*) |
+----------+
| 55024 |
+----------+
1 row in set (0.01 sec)
#2472 の将来の改善として。
ActionManagerのreExecuteUnfinishedAction()はアクションを未実行のイベントが大量にある時にブロックしてしまう。これを改善することはできないか。
The text was updated successfully, but these errors were encountered: