mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 09:46:00 +01:00
fix default
This commit is contained in:
parent
68746629e5
commit
fb4225996b
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ int rollingRead(const int socket, int rate) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int request(std::string arg, int minArgs = 0, bool needRoll = false, int rollRate = 50) {
|
||||
int request(std::string arg, int minArgs = 0, bool needRoll = false, int rollRate = 20) {
|
||||
const auto SERVERSOCKET = socket(AF_UNIX, SOCK_STREAM, 0);
|
||||
|
||||
auto t = timeval{.tv_sec = 0, .tv_usec = 100000};
|
||||
|
|
Loading…
Reference in a new issue