• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

my server takes around 6 sec to save

Himad

Eight Wonder Of The World
Joined
Oct 30, 2008
Messages
200
Reaction score
0
Location
United arab emarits/Dubai
hello..
my server takes around 6 sec to save players altho im the only one online
btw its on dedicated wih 8 gigabite rams

any ideas?
 
Change

Lua:
houseDataStorage = "relational"

to

Lua:
houseDataStorage = "binary"

in config.lua

Red
 
Change

Lua:
houseDataStorage = "relational"

to

Lua:
houseDataStorage = "binary"

in config.lua

Red
mapName = "world.otbm"
mapAuthor = ""
randomizeTiles = true
useHouseDataStorage = false
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"

- - - Updated - - -

i dont have houseDataStorage = "relational" :)
 
Back
Top