Commit Graph
2 Commits
Author SHA1 Message Date
Espy | Neko | 404 8201f2c3c4 Added stuff to gitignore
Pycache will be ignored recursively. Added rest of IJ ignore bits and pieces. Fixed something else and added ST3 stuff you don't want upstream.
2018-05-22 21:44:28 +01:00
404 e5858fecb3 Added optional uvloop support.
uvloop uses libs used by node.js and has been shown to be a much more efficient event loop policy than the default Python asyncio implementation. If uvloop is installed, this is quietly changed before the bot is initialised. If uvloop cannot be set, either from not being installed, or from being used on an unsupported system such as Windoze, then nothing is changed.

The only change should be a slight increase in throughput if it is detected.

Please test first.
2018-05-21 13:54:54 +01:00