mirror of
https://github.com/livekit/livekit.git
synced 2026-04-15 06:25:40 +00:00
don't save info after UpdateStream (#1779)
This commit is contained in:
@@ -255,12 +255,6 @@ func (s *EgressService) UpdateStream(ctx context.Context, req *livekit.UpdateStr
|
||||
}
|
||||
}
|
||||
|
||||
go func() {
|
||||
if err := s.es.UpdateEgress(ctx, info); err != nil {
|
||||
logger.Errorw("could not write egress info", err)
|
||||
}
|
||||
}()
|
||||
|
||||
return info, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user