typo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2026-02-25 20:36:21 +01:00
parent e6aa919b74
commit e9cc5b9c76

View File

@@ -192,7 +192,7 @@ func ConsumeInboxFile(messageFilename string) ([]string, []string, string, error
}
// LongPollAllSerevrJobs checks for messages on a all servers defived in job file
func LongPollAllSerevrJobs(storage_path string, jobs []client.RequestsJob, timeout int, longPoll bool) (int, string, error) {
func LongPollAllServerJobs(storage_path string, jobs []client.RequestsJob, timeout int, longPoll bool) (int, string, error) {
// Channel to collect results
resultChan := make(chan int, len(jobs))