Increase upload timeout to 5min
This commit is contained in:
parent
28e9e840f8
commit
9866b4083e
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -115,7 +115,7 @@ int main(int argc, char **argv)
|
||||||
int list = 0;
|
int list = 0;
|
||||||
struct nmrpd_args args = {
|
struct nmrpd_args args = {
|
||||||
.rx_timeout = 200,
|
.rx_timeout = 200,
|
||||||
.ul_timeout = 120000,
|
.ul_timeout = 5 * 60 * 1000,
|
||||||
.tftpcmd = NULL,
|
.tftpcmd = NULL,
|
||||||
.file_local = NULL,
|
.file_local = NULL,
|
||||||
.file_remote = NULL,
|
.file_remote = NULL,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue