Skip to content

Commit

Permalink
Remove timesync_interval default of 1h.
Browse files Browse the repository at this point in the history
The MuxTime (see previous commit) is preferred for (not so accurate)
time synchronization. We might want to update (or remove) the timesync
implementation, as it calculates the GPS time at the time of receiving
at the server, rather than at the gateway.
  • Loading branch information
brocaar committed Apr 11, 2023
1 parent 93ccd76 commit 533faff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/chirpstack-gateway-bridge/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func init() {
viper.SetDefault("backend.basic_station.bind", ":3001")
viper.SetDefault("backend.basic_station.stats_interval", time.Second*30)
viper.SetDefault("backend.basic_station.ping_interval", time.Minute)
viper.SetDefault("backend.basic_station.timesync_interval", time.Hour)
viper.SetDefault("backend.basic_station.read_timeout", time.Minute+(5*time.Second))
viper.SetDefault("backend.basic_station.write_timeout", time.Second)
viper.SetDefault("backend.basic_station.region", "EU868")
Expand Down

0 comments on commit 533faff

Please sign in to comment.