X
Xon
Guest
XenForo uses a notification system which pushes jobs to the backend. However, by default new threads/replies call
While this works, it will cause unexpected posting delays as the watcher counts grow. This will cause users to either hit the flood limit or post multiple times since it looks like it has been stuck.
This limit is simply too high for reply/new-thread posting pages, and instead it should vastly more aggressively push to...
Read more
Continue reading...
notifyAndEnqueue
with a 3 seconds timeout. While this works, it will cause unexpected posting delays as the watcher counts grow. This will cause users to either hit the flood limit or post multiple times since it looks like it has been stuck.
This limit is simply too high for reply/new-thread posting pages, and instead it should vastly more aggressively push to...
Read more
Continue reading...