• 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!

useHouseDataStorage - is it safe?

Scooty

Enemia.EU
Joined
Jul 24, 2010
Messages
564
Reaction score
14
Location
Kraków
Hi, i have found this line in config.lua:

PHP:
useHouseDataStorage = false

docs says

PHP:
		useHouseDataStorage
			New house data storage system. Performs much faster map saving. (up to 60x faster!)
			If enabled - items will be saved binary in `house_data` table, otherwise `tiles` and `tile_items` will be used.
			Default: no

so if i turn it on - items in houses will be saved in house_data, tiles and tile_items won't be used?


is it safe? any1 using it?
 
]but my OTS didn't started yet.

so i can change it to

PHP:
useHouseDataStorage = true

it will be safe? no crashes, lags etc.?
 
Back
Top