improve sync latency significantly by using goroutines

This commit is contained in:
2026-06-01 21:17:51 +00:00
parent a98745dd17
commit f1deacee10
3 changed files with 204 additions and 202 deletions
+1
View File
@@ -5,6 +5,7 @@ go 1.26.2
require (
github.com/gin-gonic/gin v1.12.0
github.com/luthermonson/go-proxmox v0.7.0
golang.org/x/sync v0.20.0
proxmoxaas-common-lib v0.0.0
)