Skip to content

Commit

Permalink
fix: use async events router by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 2, 2023
1 parent 9574884 commit d43da89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event_routing_backends/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def plugin_settings(settings):
],
'backends': {
'xapi': {
'ENGINE': 'event_routing_backends.backends.events_router.EventsRouter',
'ENGINE': 'event_routing_backends.backends.async_events_router.AsyncEventsRouter',
'OPTIONS': {
'processors': [
{
Expand Down Expand Up @@ -194,7 +194,7 @@ def plugin_settings(settings):
],
"backends": {
"caliper": {
"ENGINE": "event_routing_backends.backends.events_router.EventsRouter",
'ENGINE': 'event_routing_backends.backends.async_events_router.AsyncEventsRouter',
"OPTIONS": {
"processors": [
{
Expand Down

0 comments on commit d43da89

Please sign in to comment.