kopia lustrzana https://github.com/cirospaciari/socketify.py
rollback perf tests
rodzic
7ee96a8a1b
commit
e498551de6
2
setup.py
2
setup.py
|
@ -79,7 +79,7 @@ setuptools.setup(
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
package_data={"": ['./*.so', './uWebSockets/*','./uWebSockets/*/*','./uWebSockets/*/*/*', './native/*','./native/*/*','./native/*/*/*']},
|
package_data={"": ['./*.so', './uWebSockets/*','./uWebSockets/*/*','./uWebSockets/*/*/*', './native/*','./native/*/*','./native/*/*/*']},
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=["cffi>=1.0.0", "setuptools>=60.0.0"],
|
install_requires=["cffi>=1.0.0", "setuptools>=58.1.0"],
|
||||||
has_ext_modules=lambda: True,
|
has_ext_modules=lambda: True,
|
||||||
cmdclass={}, #cmdclass={'sdist': Prepare, 'build_ext': Makefile},
|
cmdclass={}, #cmdclass={'sdist': Prepare, 'build_ext': Makefile},
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ class Loop:
|
||||||
loop.run_once_asyncio()
|
loop.run_once_asyncio()
|
||||||
|
|
||||||
#use check for calling asyncio once per tick
|
#use check for calling asyncio once per tick
|
||||||
self.timer = self.uv_loop.create_timer(0, 10, tick, self)
|
self.timer = self.uv_loop.create_timer(0, 1, tick, self)
|
||||||
# self.timer = self.uv_loop.create_check(tick, self)
|
# self.timer = self.uv_loop.create_check(tick, self)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Ładowanie…
Reference in New Issue