@logspace/sdk 1.1.2 → 1.1.4
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/logspace.esm.js +2 -2
- package/logspace.esm.js.map +1 -1
- package/logspace.iife.js +1 -1
- package/logspace.iife.js.map +1 -1
- package/logspace.umd.js +1 -1
- package/logspace.umd.js.map +1 -1
- package/package.json +1 -1
package/logspace.esm.js
CHANGED
|
@@ -14588,8 +14588,8 @@ const DEFAULT_CONFIG = {
|
|
|
14588
14588
|
},
|
|
14589
14589
|
limits: {
|
|
14590
14590
|
maxLogs: 1e4,
|
|
14591
|
-
maxSize:
|
|
14592
|
-
//
|
|
14591
|
+
maxSize: 50 * 1024 * 1024,
|
|
14592
|
+
// 50MB
|
|
14593
14593
|
maxDuration: 1800,
|
|
14594
14594
|
// 30 minutes
|
|
14595
14595
|
idleTimeout: 120,
|