owncast/controllers
Florian Lehner 203f669ca8
preallocate memory (#2201)
**What this PR does / why we need it:**

Preallocate memory instead of enforcing an incremental growth. This will result in less work for the garbage collector.
2022-10-12 16:37:26 -07:00
..
admin preallocate memory (#2201) 2022-10-12 16:37:26 -07:00
auth remove extra w.WriteHeader call (#2158) 2022-10-02 13:47:38 -07:00
admin.go
chat.go
config.go
constants.go
controllers.go Remove extranious response 2022-04-30 23:16:48 -07:00
embed.go
emoji.go
followers.go
hls.go
index.go
logo.go
notifications.go
pagination.go
ping.go Return explicit http 200 2022-05-23 15:12:59 -07:00
playbackMetrics.go
remoteFollow.go
status.go Return and pass around clock skew to be used in latency calculations. 2022-05-23 15:17:41 -07:00
video.go