sliftutils 1.6.0 → 1.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sliftutils",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -56,7 +56,7 @@
56
56
  "node-forge": "https://github.com/sliftist/forge#e618181b469b07bdc70b968b0391beb8ef5fecd6",
57
57
  "preact-old-types": "^10.28.1",
58
58
  "shell-quote": "^1.8.3",
59
- "socket-function": "^1.1.42",
59
+ "socket-function": "^1.1.48",
60
60
  "typenode": "*",
61
61
  "typesafecss": "*",
62
62
  "ws": "^8.18.3",
@@ -67,7 +67,7 @@ export const bulkDatabase2Timing = {
67
67
  // the whole stream file per write.
68
68
  writeFlushMaxDelayMs: isNode() ? 0 : 15 * 1000,
69
69
  fileSetPollIntervalMs: 30 * 60 * 1000,
70
- memoryFlushHeapBytes: 1500 * 1024 * 1024,
70
+ memoryFlushHeapBytes: 5 * 1024 * 1024 * 1024,
71
71
  memoryFlushMinCollectionBytes: 100 * 1024 * 1024,
72
72
  memoryFlushThrottleMs: 15 * 60 * 1000,
73
73
  };
package/yarn.lock CHANGED
@@ -1944,10 +1944,10 @@ slash@^3.0.0:
1944
1944
  resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1945
1945
  integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1946
1946
 
1947
- socket-function@^1.1.42:
1948
- version "1.1.47"
1949
- resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-1.1.47.tgz#45cb508b4f402ae37c3053eb8b7cabe1cefaa011"
1950
- integrity sha512-DT+TWWcr6GPQ6E/f8o3p+3UZlHfgnLPCJ6baSY+7jOOm5EdoPXcaCF5L4j4cna4OV4Tpw3ny85b4BqvixXP4sQ==
1947
+ socket-function@^1.1.48:
1948
+ version "1.1.48"
1949
+ resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-1.1.48.tgz#26266a635847497e726ca49061bc604b4ba0abb1"
1950
+ integrity sha512-kKniLUzh3ZneNcNLFxQiiR1TCSAGeyJgHs5S0643s9SmaVZCyEdYTKYgV+u7jzDSjz81wTQVdv/DChVOQNNH3w==
1951
1951
  dependencies:
1952
1952
  "@types/pako" "^2.0.3"
1953
1953
  "@types/ws" "^8.5.3"