Skip to content

Commit

Permalink
DB: use REALTIME routing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Nov 18, 2022
1 parent e46514c commit 3c17678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const transformReqBody = (ctx, body) => {
const req = body.svcReqL[0] || {}

// see https://pastebin.com/qZ9WS3Cx
req.cfg = {...req.cfg, rtMode: 'HYBRID'} // todo: use `REALTIME`?
req.cfg = {...req.cfg, rtMode: 'REALTIME'}

return body
}
Expand Down

0 comments on commit 3c17678

Please sign in to comment.