change sync endpoints to synchronous calls

This commit is contained in:
2025-04-21 19:19:37 +00:00
parent 8e73db22b7
commit cd12365336
2 changed files with 40 additions and 42 deletions

View File

@@ -253,8 +253,6 @@ func (instance *Instance) RebuildBoot() {
eligibleBoot[string(k)] = true
}
log.Println(eligibleBoot)
x := strings.Split(instance.configBoot, "order=") // should be a;b;c;d ...
if len(x) == 2 {
y := strings.Split(x[1], ";")