mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Fix for Issue #94
This commit is contained in:
parent
5da0fbc9d0
commit
08ccab1124
1 changed files with 8 additions and 3 deletions
|
@ -703,6 +703,11 @@ namespace NLGUI
|
||||||
// HTHost_setActiveTimeout (30000);
|
// HTHost_setActiveTimeout (30000);
|
||||||
// HTHost_setPersistTimeout (30000);
|
// HTHost_setPersistTimeout (30000);
|
||||||
|
|
||||||
|
// libwww default value is 2000ms for POST/PUT requests on the first and 3000 on the second, smallest allowed value is 21ms
|
||||||
|
// too small values may create timeout problems but we want it low as possible
|
||||||
|
// second value is the timeout for the second try to we set that high
|
||||||
|
HTTP_setBodyWriteDelay(250, 3000);
|
||||||
|
|
||||||
// Initialized
|
// Initialized
|
||||||
initialized = true;
|
initialized = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue