• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Long callback execution detected (hang or performance issue)
#3
Or you could make the timer more frequent, which seems counter-intuitive, but means you can do less each one. So instead of doing 2000 items every 60 seconds, to 200 items every 6 seconds (or 20 every 0.6 seconds). That way, even if the code is still slow it's more spread out.
  Reply


Messages In This Thread
RE: Long callback execution detected (hang or performance issue) - by Y_Less - 2021-03-07, 01:06 PM

Forum Jump: