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

Windows On Startup

chricke90

New Member
Joined
Sep 14, 2007
Messages
51
Reaction score
0
On the startup server noramly loads up all tables on DATABASE in this case its load unital here:

Code:
# Struktur accounts
# Struktur bans
# Struktur global_storage
# Struktur groups
# Struktur guilds
# Struktur guild_invites
# Struktur guild_ranks
# Struktur houses
# Struktur house_data
# Struktur house_lists
# Struktur players
# Struktur player_deaths
# Struktur player_depotitems 3,0 MiB)
# Struktur player_items (9,0 MiB)

From here it takes like 30 minutes till next table is loading, Is there any max limit of tables MiB?

The next that should be loading directly after non-stop is
Code:
# Struktur player_items (1,7 MiB)

Then its freeze for like 30 minutes and then continue loading up all others tables and Server comes online and I can play on it then after like 20 minutes it crashes why?.. Didnt changed any thing during latest time I started it.
 
Back
Top