#Gio 2.8 Docker reload data

14 messages · Page 1 of 1 (latest)

digital phoenix
#

Is there a way in Gio 2.8 PS to reload a data file for example if I edit ShopGoodsData.txt to just reload only that data without having to restart the whole server?

hasty mulch
#

😭

#

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

echo kiln
#

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