mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 02:14:36 -05:00
Add periodic sync
This commit is contained in:
@@ -1072,6 +1072,13 @@ class ServerConfig(
|
||||
privacySafe = true,
|
||||
)
|
||||
|
||||
val syncInterval: MutableStateFlow<Int> by IntSetting(
|
||||
protoNumber = 94,
|
||||
defaultValue = 0,
|
||||
group = SettingGroup.SYNCYOMI,
|
||||
privacySafe = true,
|
||||
)
|
||||
|
||||
/** ****************************************************************** **/
|
||||
/** **/
|
||||
/** Renamed settings **/
|
||||
|
||||
Reference in New Issue
Block a user