@certik/skynet 0.16.1 → 0.16.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.16.2
4
+
5
+ - Doubled log-shipper cpu and memory
6
+
3
7
  ## 0.16.1
4
8
 
5
9
  - Removed verbose log from exponentialRetry (@certik/skynet/availablity)
package/deploy.js CHANGED
@@ -129,8 +129,8 @@ const genConfig = ({
129
129
  kill_timeout = "120s"
130
130
 
131
131
  resources {
132
- cpu = 100 # MHz
133
- memory = 100 # MB
132
+ cpu = 200 # MHz
133
+ memory = 200 # MB
134
134
  }
135
135
 
136
136
  restart {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "Skynet Shared JS library",
5
5
  "type": "module",
6
6
  "main": "index.js",