mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 14:44:01 +08:00
8 lines
209 B
Python
8 lines
209 B
Python
#!/usr/bin/env python3.7
|
|
|
|
# delay of reading last modified
|
|
LAST_MODIFIED_DYNAMIC_FOLLOW = 3.
|
|
LAST_MODIFIED_THERMALD = 10.
|
|
LAST_MODIFIED_SYSTEMD = 1.
|
|
LAST_MODIFIED_LANE_PLANNER = 3.
|
|
LAST_MODIFIED_UPLOADER = 10. |