flameshot-once: raise default timeout to fail less often
This commit is contained in:
parent
4f5cc27626
commit
9d7481303a
|
@ -118,7 +118,7 @@ let
|
|||
type = types.bool;
|
||||
};
|
||||
timeout = mkOption {
|
||||
default = 100;
|
||||
default = 200;
|
||||
description = ''
|
||||
Maximum time in milliseconds allowed for the flameshot daemon to
|
||||
react.
|
||||
|
|
Loading…
Reference in a new issue