Private
Public Access
1
0

Fixes and performance improvements

This commit is contained in:
Jan Grießhaber
2025-12-29 18:55:32 +01:00
parent 5accb091b0
commit dc3aea982e
8 changed files with 109 additions and 16 deletions

View File

@@ -56,5 +56,12 @@ data:extend({
setting_type = "runtime-global",
default_value = true,
order = "h"
},
{
type = "bool-setting",
name = "factorio-prometheus-exporter-export_kill_stats",
setting_type = "runtime-global",
default_value = true,
order = "h"
}
})