feat(autosave): reduce debounce delay
This commit is contained in:
parent
11d14345d1
commit
2a187ca9a0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module TPS
|
|||
config.ds_weekly_overview = Rails.env.production? && config.ds_env != 'staging'
|
||||
|
||||
config.ds_autosave = {
|
||||
debounce_delay: 3000,
|
||||
debounce_delay: 1000,
|
||||
status_visible_duration: 6000
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue