Jake B.
Well-known member
- Affected version
- 2.1.7
It seems that admin.php?moderators times out if there are a large number of moderators. Currently in the
From what I can tell, the issue is occurring while attempting to generate the page output rather than while loading / preparing the data. I'd assume not much can be done about this short of paginating this in some way
xf_moderator_content
table there are about 5,800 records containing 58 unique user_ids that are associated with anywhere from 1 - 300 nodes, about half of these users are moderating over 150 forums.From what I can tell, the issue is occurring while attempting to generate the page output rather than while loading / preparing the data. I'd assume not much can be done about this short of paginating this in some way