mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
sd-rtnl: increase default timeout to match sd-bus
This commit is contained in:
parent
2c5859afec
commit
59a7a68422
@ -29,7 +29,7 @@
|
||||
|
||||
#include "sd-rtnl.h"
|
||||
|
||||
#define RTNL_DEFAULT_TIMEOUT ((usec_t) (10 * USEC_PER_SEC))
|
||||
#define RTNL_DEFAULT_TIMEOUT ((usec_t) (25 * USEC_PER_SEC))
|
||||
|
||||
#define RTNL_WQUEUE_MAX 1024
|
||||
#define RTNL_RQUEUE_MAX 64*1024
|
||||
|
Loading…
Reference in New Issue
Block a user