fix: increase action rate limit for drag updates in maplibre example (#17)
All checks were successful
CI / Build and Test (push) Successful in 37s
All checks were successful
CI / Build and Test (push) Successful in 37s
This commit was merged in pull request #17.
This commit is contained in:
@@ -82,6 +82,7 @@ func main() {
|
||||
ServerAddress: ":7331",
|
||||
DevMode: true,
|
||||
Plugins: []via.Plugin{maplibre.Plugin},
|
||||
ActionRateLimit: via.RateLimitConfig{Rate: 60, Burst: 120},
|
||||
})
|
||||
|
||||
// Single goroutine moves the vehicle — all clients read the same position.
|
||||
|
||||
Reference in New Issue
Block a user