Skip to content

Commit

Permalink
fix default config
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Oct 19, 2024
1 parent afd0edf commit 1a40860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ class Config:
'.flac', '.midi', '.opus', '.sfalc']
# 下载器临时文件后缀
DOWNLOAD_TMPEXT: list = ['.!qB', '.part']
# 下载器监视间隔(小时)
MEDIASERVER_SYNC_INTERVAL: int = 1
# 媒体服务器同步间隔(小时)
MEDIASERVER_SYNC_INTERVAL: int = 6
# 订阅模式
SUBSCRIBE_MODE: str = "spider"
# RSS订阅模式刷新时间间隔(分钟)
Expand Down

0 comments on commit 1a40860

Please sign in to comment.