Modify config.example.json
This commit is contained in:
parent
8d251f8158
commit
ff3d87da13
|
@ -46,7 +46,7 @@
|
|||
"passwd": "",
|
||||
//is_fast: false by default, if it is true, the client is faster but user can't call
|
||||
//any synchronous interface of it.
|
||||
is_fast: false,
|
||||
"is_fast": false,
|
||||
//connection_number: 1 by default, valid only if is_fast is false.
|
||||
"connection_number": 1
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"passwd": "",
|
||||
//is_fast: false by default, if it is true, the client is faster but user can't call
|
||||
//any synchronous interface of it.
|
||||
is_fast: false,
|
||||
"is_fast": false,
|
||||
//connection_number: 1 by default, valid only if is_fast is false.
|
||||
"connection_number": 1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue