mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-21 20:02:37 +01:00
ubus: increase the timeout to 5 seconds
This commit is contained in:
parent
b7134b4d7f
commit
80839e0903
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ struct dm_ubus_req {
|
|||
|
||||
static struct blob_buf b;
|
||||
static struct ubus_context *ubus_ctx;
|
||||
static int timeout = 1000;
|
||||
static int timeout = 5000;
|
||||
static json_object *json_res = NULL;
|
||||
static char ubus_method[32] = {0};
|
||||
static bool ubus_method_exists = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue