Remove server configurations files and add shared state file

This commit is contained in:
Matthew Penner
2020-04-10 16:33:30 -06:00
parent 28c8f3f400
commit 1e12b7b37c
6 changed files with 156 additions and 52 deletions

View File

@@ -69,9 +69,9 @@ func (s *Server) UpdateDataStructure(data []byte, background bool) error {
s.Allocations.Mappings = src.Allocations.Mappings
}
if _, err := s.WriteConfigurationToDisk(); err != nil {
/*if _, err := s.WriteConfigurationToDisk(); err != nil {
return errors.WithStack(err)
}
}*/
if background {
s.runBackgroundActions()