After the latest change to the new monster kill count table IGC_MonsterKillCountData, I noticed that kill count data is saved to DB only about every 9 minutes.
Previously, with the old monster kill count table/logic, the killed monster count was updated almost instantly in the database.
Is it possible to add a config option for the save/update interval of IGC_MonsterKillCountData? For example, something like MonsterKillCountSaveInterval, so server owners can choose how often this data is flushed to DB.
Current behavior makes external systems that read kill count data from DB delayed by several minutes. It would be very useful if this could be configured, or if the data could be saved more frequently like before.

Recommended Comments