mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 11:25:49 +05:30
feat: added delay configuration settings #12
This commit is contained in:
@@ -211,6 +211,13 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
enable_notifications: false,
|
||||
update_notification: true,
|
||||
download_completion_notification: false,
|
||||
use_delay: true,
|
||||
use_search_delay: false,
|
||||
delay_mode: 'auto',
|
||||
min_sleep_interval: 10,
|
||||
max_sleep_interval: 20,
|
||||
request_sleep_interval: 1,
|
||||
delay_playlist_only: true,
|
||||
// extension settings
|
||||
websocket_port: 53511
|
||||
},
|
||||
@@ -282,6 +289,13 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
enable_notifications: false,
|
||||
update_notification: true,
|
||||
download_completion_notification: false,
|
||||
use_delay: true,
|
||||
use_search_delay: false,
|
||||
delay_mode: 'auto',
|
||||
min_sleep_interval: 10,
|
||||
max_sleep_interval: 20,
|
||||
request_sleep_interval: 1,
|
||||
delay_playlist_only: true,
|
||||
// extension settings
|
||||
websocket_port: 53511
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user