Skip to content

Commit 533faff

Browse files
committed
Remove timesync_interval default of 1h.
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.
1 parent 93ccd76 commit 533faff

File tree

1 file changed

+0
-1
lines changed
  • cmd/chirpstack-gateway-bridge/cmd

1 file changed

+0
-1
lines changed

cmd/chirpstack-gateway-bridge/cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ func init() {
4747
viper.SetDefault("backend.basic_station.bind", ":3001")
4848
viper.SetDefault("backend.basic_station.stats_interval", time.Second*30)
4949
viper.SetDefault("backend.basic_station.ping_interval", time.Minute)
50-
viper.SetDefault("backend.basic_station.timesync_interval", time.Hour)
5150
viper.SetDefault("backend.basic_station.read_timeout", time.Minute+(5*time.Second))
5251
viper.SetDefault("backend.basic_station.write_timeout", time.Second)
5352
viper.SetDefault("backend.basic_station.region", "EU868")

0 commit comments

Comments
 (0)