Skip to content

Commit 12deb0b

Browse files
committed
fix: correct giga_executor TOML key from giga_enabled to enabled
The legacy writer was emitting [giga_executor] giga_enabled which does not match the seid viper key giga_executor.enabled, causing the Giga Executor to always read as disabled.
1 parent 205df4a commit 12deb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

legacy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ type legacyWASM struct {
318318
}
319319

320320
type legacyGigaExecutor struct {
321-
Enabled bool `toml:"giga_enabled"`
321+
Enabled bool `toml:"enabled"`
322322
OccEnabled bool `toml:"occ_enabled"`
323323
}
324324

0 commit comments

Comments
 (0)