mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Merge with develop
This commit is contained in:
parent
792e6aabc5
commit
3530beb7fe
3 changed files with 3 additions and 5 deletions
|
@ -50,8 +50,8 @@ using namespace std;
|
||||||
using namespace NLMISC;
|
using namespace NLMISC;
|
||||||
|
|
||||||
|
|
||||||
// Default timeout to connect a server
|
// Default maximum time the request is allowed to take
|
||||||
#define DEFAULT_RYZOM_CONNECTION_TIMEOUT (30.0)
|
#define DEFAULT_RYZOM_CONNECTION_TIMEOUT (300.0)
|
||||||
// Allow up to 10 redirects, then give up
|
// Allow up to 10 redirects, then give up
|
||||||
#define DEFAULT_RYZOM_REDIRECT_LIMIT (10)
|
#define DEFAULT_RYZOM_REDIRECT_LIMIT (10)
|
||||||
//
|
//
|
||||||
|
|
|
@ -212,7 +212,6 @@
|
||||||
background_bitmap_view=""
|
background_bitmap_view=""
|
||||||
home=""
|
home=""
|
||||||
browse_next_time="false"
|
browse_next_time="false"
|
||||||
timeout="5"
|
|
||||||
form_text_area_group="edit_box_widget_multiline">
|
form_text_area_group="edit_box_widget_multiline">
|
||||||
<group id="black"
|
<group id="black"
|
||||||
posref="BR BR"
|
posref="BR BR"
|
||||||
|
|
|
@ -6977,8 +6977,7 @@
|
||||||
form_text_area_group="edit_box_widget_multiline"
|
form_text_area_group="edit_box_widget_multiline"
|
||||||
browse_refresh="#browse_refresh"
|
browse_refresh="#browse_refresh"
|
||||||
browse_undo="#browse_undo"
|
browse_undo="#browse_undo"
|
||||||
browse_redo="#browse_redo"
|
browse_redo="#browse_redo">
|
||||||
timeout="10">
|
|
||||||
<group id="black"
|
<group id="black"
|
||||||
posref="BR BR"
|
posref="BR BR"
|
||||||
sizeref="hw"
|
sizeref="hw"
|
||||||
|
|
Loading…
Reference in a new issue