Add Timer Delays Customization

This commit is contained in:
GreenComfyTea
2023-09-26 13:14:23 +03:00
parent 0951de24e2
commit e586534c4d
11 changed files with 229 additions and 84 deletions

View File

@@ -76,7 +76,17 @@ function this.init_default()
performance = {
max_monster_updates_per_tick = 2,
prioritize_large_monsters = false
prioritize_large_monsters = false,
timer_delays = {
update_singletons_delay = 1,
update_window_size_delay = 1,
update_quest_time_delay = 1 / 60,
update_is_online_delay = 1,
update_players_delay = 0.5,
update_myself_position_delay = 1,
update_player_info_delay = 0.5,
update_buffs_delay = 0.5,
}
},
renderer = {