diff options
author | rubidium <rubidium@openttd.org> | 2012-01-06 21:49:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-06 21:49:06 +0000 |
commit | bddfcaef9520b68d28480c9f84a9bd8a586e01f3 (patch) | |
tree | c8e7e6b83f41797bb92efe10ba29b2a0d40d7883 /src/table | |
parent | 9d958ff581a4ca06912228812a89d087aa0dceb8 (diff) | |
download | openttd-bddfcaef9520b68d28480c9f84a9bd8a586e01f3.tar.xz |
(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower and configurable
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 3a834336a..fddd034be 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -2653,6 +2653,26 @@ def = 500 min = 0 max = 32000 +[SDTC_VAR] +ifdef = ENABLE_NETWORK +var = network.max_download_time +type = SLE_UINT16 +flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC +guiflags = SGF_NETWORK_ONLY +def = 1000 +min = 0 +max = 32000 + +[SDTC_VAR] +ifdef = ENABLE_NETWORK +var = network.max_password_time +type = SLE_UINT16 +flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC +guiflags = SGF_NETWORK_ONLY +def = 2000 +min = 0 +max = 32000 + [SDTC_BOOL] ifdef = ENABLE_NETWORK var = network.pause_on_join |