Skip to content

Commit 3a53931

Browse files
committed
chore: lint fix
1 parent 510a7f0 commit 3a53931

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/httpapi/server.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"net/url"
1010
"slices"
1111
"strings"
12-
"time"
1312
"unicode"
1413

1514
"github.com/coder/agentapi/internal/version"
@@ -55,10 +54,6 @@ func (s *Server) GetOpenAPI() string {
5554
return string(prettyJSON)
5655
}
5756

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-
6257
type ServerConfig struct {
6358
AgentType msgfmt.AgentType
6459
InteractionType types.InteractionType

0 commit comments

Comments
 (0)