Commit Graph
6 Commits
Author SHA1 Message Date
Espy | Neko | 404 4ce771d0ea Init files (#10)
* Create __init__.py

* Create __init__.py

* Update __init__.py

* Update __init__.py

* Create __init__.py

* Create __init__.py
2018-05-22 22:22:06 +01:00
Espy | Neko | 404 88d94529ad Update run.py 2018-05-22 22:21:05 +01:00
Espy | Neko | 404 83cee5c1a6 Rename loggable to loggable.py 2018-05-22 22:16:43 +01:00
Espy | Neko | 404 f898302d97 Create loggable 2018-05-22 22:16:03 +01:00
Espy | Neko | 404 f46753ed30 Update run.py 2018-05-22 22:08:01 +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