Updated versionand remote

This commit is contained in:
2026-05-12 06:53:15 +00:00
parent 139c224a31
commit caa45ed603
36 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ import (
"sync"
"time"
"github.com/jasper/quptime/internal/config"
"github.com/jasper/quptime/internal/transport"
"git.cer.sh/axodouble/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/transport"
)
// Defaults for the heartbeat loop. The dead-after is comfortably
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"testing"
"time"
"github.com/jasper/quptime/internal/config"
"github.com/jasper/quptime/internal/transport"
"git.cer.sh/axodouble/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/transport"
)
func threeNode(self string) (*config.ClusterConfig, *Manager) {