Skip to content

Commit

Permalink
memory management
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Dec 20, 2024
1 parent 8fc8213 commit 9a337bb
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 48 deletions.
2 changes: 1 addition & 1 deletion internal/api/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
func startCall() uint64 {
latestCallIDMutex.Lock()
defer latestCallIDMutex.Unlock()
latestCallID += 1
latestCallID++
return latestCallID
}

Expand Down
Loading

0 comments on commit 9a337bb

Please sign in to comment.