We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510a7f0 commit 3a53931Copy full SHA for 3a53931
lib/httpapi/server.go
@@ -9,7 +9,6 @@ import (
9
"net/url"
10
"slices"
11
"strings"
12
- "time"
13
"unicode"
14
15
"github.com/coder/agentapi/internal/version"
@@ -55,10 +54,6 @@ func (s *Server) GetOpenAPI() string {
55
54
return string(prettyJSON)
56
}
57
58
-// That's about 40 frames per second. It's slightly less
59
-// because the action of taking a snapshot takes time too.
60
-const snapshotInterval = 25 * time.Millisecond
61
-
62
type ServerConfig struct {
63
AgentType msgfmt.AgentType
64
InteractionType types.InteractionType
0 commit comments