Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Re-set membrane_core to work in a push mode (#134)
Browse files Browse the repository at this point in the history
* Re-set membrane_core to work in a push mode

* Reset cache

* Lock to major
  • Loading branch information
mickel8 authored Feb 24, 2023
1 parent af1a0a8 commit 643e663
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ workflows:
version: 2
build:
jobs:
- elixir/build_test
- elixir/test
- elixir/build_test:
cache-version: 2
- elixir/test:
cache-version: 2
- elixir/lint:
cache-version: 2
docs: false
dialyzer: false
- lint_frontend
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ config :membrane_opentelemetry, enabled: telemetry_enabled

config :membrane_rtc_engine_timescaledb, repo: VideoRoom.Repo

config :membrane_core, use_push_flow_control: true

config :membrane_videoroom_demo, ecto_repos: [VideoRoom.Repo]

config :logger, :console,
Expand Down
Loading

0 comments on commit 643e663

Please sign in to comment.