mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
8 lines
209 B
Python
8 lines
209 B
Python
"""system specific and performance tuning"""
|
|
|
|
from freqtrade.system.asyncio_config import asyncio_setup
|
|
from freqtrade.system.gc_setup import gc_set_threshold
|
|
|
|
|
|
__all__ = ["asyncio_setup", "gc_set_threshold"]
|