diff --git a/p/db/index.js b/p/db/index.js index 1f9f639c..d419ae86 100644 --- a/p/db/index.js +++ b/p/db/index.js @@ -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 }