Reduce idle timeout to 50 milliseconds
This commit is contained in:
parent
7bb7c1b922
commit
f6e9018bf0
|
@ -47,7 +47,7 @@ private:
|
||||||
namespace InputModes
|
namespace InputModes
|
||||||
{
|
{
|
||||||
|
|
||||||
static constexpr std::chrono::milliseconds idle_timeout{100};
|
static constexpr std::chrono::milliseconds idle_timeout{50};
|
||||||
static constexpr std::chrono::milliseconds fs_check_timeout{500};
|
static constexpr std::chrono::milliseconds fs_check_timeout{500};
|
||||||
|
|
||||||
class Normal : public InputMode
|
class Normal : public InputMode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user