#Gio 2.8 Docker reload data
14 messages · Page 1 of 1 (latest)
ig it is the only option
😭
maybe there is some sort of reload function/command somewhere on server
but idk, find urself
or ask mihoyo
they should know how they deploy their data
you can set AutoReloadConfigInterval (or a similar name, at the end of conf file) in gameserver.xml
but i personally don't recommend it
cuz load config take a lot of time like 8min
the default value is 300(s) so it makes your cpu high
and you don't know if your modify is applied (cuz if the config can't reload for errors server won't stop)
and if reload hasn't completed server even refuse to stop when you send Ctrl+C
so just set it to -1 and manual restart