1
0
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:
Tom Gundersen 2014-03-08 01:05:02 +01:00
parent 2c5859afec
commit 59a7a68422

View File

@ -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