Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I guess you'll have to change the package limit in the source code if there isn't an option in the config.
But I am not sure, since I am not familiar with TFS 0.4
I guess you'll have to change the package limit in the source code if there isn't an option in the config.
But I am not sure, since I am not familiar with TFS 0.4
I see, there can be two problems here:
- The connection to your database (MySql) is lost (which will disconnect you)
- The property max_allowed_packed in MySql is too low, thus you need to execute the query: SET GLOBAL max_allowed_packet = 16776192 to your database engine.
My best guess would be that your connection with the mysql is not stable.
To be sure you can host everything on your computer and connect via localhost.