feat: add CORS middleware to allow cross-origin requests for waveform viewer

This commit is contained in:
Brian Harrison
2026-04-03 14:50:43 -04:00
parent 8941dd0aef
commit 23e4febba6
2 changed files with 11 additions and 1 deletions

View File

@@ -322,7 +322,7 @@ class MiniMateClient:
)
a5_frames = proto.read_bulk_waveform_stream(
event._waveform_key, stop_after_metadata=False
event._waveform_key, stop_after_metadata=False, max_chunks=128
)
log.info(