@absolutejs/sync 1.12.0 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/engine/index.js +3 -2
- package/dist/engine/index.js.map +3 -3
- package/dist/index.js +7 -4
- package/dist/index.js.map +5 -5
- package/package.json +1 -1
package/dist/engine/index.js
CHANGED
|
@@ -2860,7 +2860,8 @@ var syncCdc = ({
|
|
|
2860
2860
|
headers: {
|
|
2861
2861
|
"cache-control": "no-cache, no-transform",
|
|
2862
2862
|
connection: "keep-alive",
|
|
2863
|
-
"content-type": "text/event-stream"
|
|
2863
|
+
"content-type": "text/event-stream",
|
|
2864
|
+
"x-accel-buffering": "no"
|
|
2864
2865
|
}
|
|
2865
2866
|
});
|
|
2866
2867
|
});
|
|
@@ -3160,5 +3161,5 @@ export {
|
|
|
3160
3161
|
CdcConsumerSlowError
|
|
3161
3162
|
};
|
|
3162
3163
|
|
|
3163
|
-
//# debugId=
|
|
3164
|
+
//# debugId=3473D89C765057E364756E2164756E21
|
|
3164
3165
|
//# sourceMappingURL=index.js.map
|