Skip to content

Commit

Permalink
RSDK-2350-increase-slam-streaming-chunk-to-1mb (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford authored Mar 27, 2023
1 parent ac9a9f0 commit 655760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/slam/fake/data_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"go.viam.com/rdk/spatialmath"
)

const chunkSizeBytes = 64 * 1024
const chunkSizeBytes = 1 * 1024 * 1024

type pose struct {
X float64 `json:"x"`
Expand Down

0 comments on commit 655760b

Please sign in to comment.