diff --git a/pkg/service/wire_gen.go b/pkg/service/wire_gen.go index 6384229dc..21ccc3e39 100644 --- a/pkg/service/wire_gen.go +++ b/pkg/service/wire_gen.go @@ -1,7 +1,8 @@ // Code generated by Wire. DO NOT EDIT. //go:generate go run github.com/google/wire/cmd/wire -//+build !wireinject +//go:build !wireinject +// +build !wireinject package service diff --git a/pkg/sfu/streamallocator.go b/pkg/sfu/streamallocator.go index 4498de2bf..9a0401003 100644 --- a/pkg/sfu/streamallocator.go +++ b/pkg/sfu/streamallocator.go @@ -939,7 +939,7 @@ func (s *StreamAllocator) isTimeToBoost() bool { } func (s *StreamAllocator) resetBoost() { - s.lastBoostTime = time.UnixMilli(0) + s.lastBoostTime = time.Unix(0, 0) s.boostedChannelCapacity = 0 }