@thepalaceproject/circulation-admin 1.25.0-post.1 → 1.25.0-post.2
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/package.json
CHANGED
|
@@ -192,11 +192,11 @@ module.exports = (env) => {
|
|
|
192
192
|
return responseBuffer;
|
|
193
193
|
}
|
|
194
194
|
),
|
|
195
|
-
proxyTimeout:
|
|
195
|
+
proxyTimeout: 120000,
|
|
196
196
|
secure: false,
|
|
197
197
|
selfHandleResponse: true,
|
|
198
198
|
target: backend,
|
|
199
|
-
timeout:
|
|
199
|
+
timeout: 120000,
|
|
200
200
|
});
|
|
201
201
|
|
|
202
202
|
const config = merge(dev, {
|