mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
Change default autocomplete delay from 700ms to 1200ms
This commit is contained in:
@@ -79,7 +79,7 @@ export function init(): BaseSettings {
|
||||
updateAutomatically: true,
|
||||
disableUpdateNotification: false,
|
||||
environmentHighlightColorStyle: 'sidebar-indicator',
|
||||
autocompleteDelay: 700,
|
||||
autocompleteDelay: 1200,
|
||||
fontMonospace: null,
|
||||
fontInterface: null,
|
||||
fontSize: 13,
|
||||
|
||||
Reference in New Issue
Block a user