diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 3c093fff1..44e26bf5c 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -91,7 +91,7 @@ Singleton { property QtObject sidebar: QtObject { property QtObject translator: QtObject { - property int delay: 100 // Delay before sending request. Reduces (potential) rate limits and lag. + property int delay: 300 // Delay before sending request. Reduces (potential) rate limits and lag. } property QtObject booru: QtObject { property bool allowNsfw: false