Skip to content

Commit

Permalink
disable flag and redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtyjlee committed Nov 6, 2024
1 parent e4d6224 commit 1b818a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cloudbuilds/session-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ steps:
"session-service/Dockerfile",
"session-service",
]
env:
- "CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true"

- name: "gcr.io/cloud-builders/docker"
args:
Expand Down
1 change: 1 addition & 0 deletions session-service/src/audio-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import cors from "cors";
interface AudioData {
buffer: Float32Array; // Assuming audio data is sent as a Float32Array
// Add more fields if necessary, e.g., sampleRate, channels, etc.

}

const app = express();
Expand Down

0 comments on commit 1b818a3

Please sign in to comment.