settings - OpenPerpetuum/OPDB GitHub Wiki
Description
This table contains all the constants that define the various settings for the server, similar to a cfg.ini
.
Table Structure
ID |
Value |
Name |
Description |
Properties |
Links |
1 |
String |
varkey |
The name of the setting. |
PRIMARY |
|
2 |
String |
varvalue |
The value of the setting. |
|
|
3 |
String |
notes |
Internal notes for the current setting. |
|
|
Notes
varkey
Value |
Description |
Default Value |
English Value |
banReleaseSeconds |
The default duration of an IP ban in seconds. |
i21 |
21 seconds |
listener_a_maxUsers |
The maximum number of connections permitted on the primary listener. |
n2400 |
2,400 users |
listener_b_maxUsers |
The maximum number of connections permitted on the secondary listener. |
n400 |
400 users |
maxCharacters |
The maximum number of characters per player |
i3 |
3 characters |
pendingTimeOut |
The number of seconds at which an action times out and is cancelled if there is no response/hang in a particular step of it. |
n120000 |
120,000 seconds; or 1 day, 9 hours and 20 minutes. |
perfMonSleep |
The interval that the performance monitor check interval in seconds |
i1 |
1 second |
waterLevel |
Hmmm... I wonder what is this? |
n55 |
55 units |
varvalue
The value is stored as a string, but it casted into a particular number type depending on the first letter.
Letter |
Type |
i |
Integer |
n |
Number/Long |