AttorneyOnline / akashi

C++ AO2 Server
GNU Affero General Public License v3.0
4 stars 23 forks source link

Fix CPU core maxing out, esp. on Linux and bump version for hotfix #350

Closed in1tiate closed 7 months ago

in1tiate commented 7 months ago

Floodguard timers were running repeatedly, causing CPU usage to spike in the main event loop.

Fixes #315

mposs00 commented 7 months ago

finally