chore: reverting the current implementation of http response caching

This commit is contained in:
Gabe Kangas
2023-12-19 18:20:46 -08:00
parent df7eb5e38d
commit bb7de347c5
8 changed files with 34 additions and 202 deletions

View File

@@ -43,7 +43,7 @@ function start_owncast() {
go build -o owncast main.go
echo "Running owncast..."
./owncast -disableResponseCaching -database "$TEMP_DB" &
./owncast -database "$TEMP_DB" &
SERVER_PID=$!
popd >/dev/null