mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
bbfdmd: Increase ubus timeout '5' -> '10'
This commit is contained in:
parent
38636715ad
commit
95848b941b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#define BBFDM_MICROSERVICE_INPUT_PATH "/etc/bbfdm/services"
|
||||
#define MAX_PATH_LENGTH 1024
|
||||
#define MAX_VALUE_LENGTH 1024 * 4
|
||||
#define SERVICE_CALL_TIMEOUT 5000 // 5 secs
|
||||
#define SERVICE_CALL_TIMEOUT 10000 // 10 secs
|
||||
#define SERVICE_CALL_OPERATE_TIMEOUT 1800000 // 30 mins
|
||||
|
||||
enum bbfdmd_type_enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue