@hatk/hatk 0.0.1-alpha.15 → 0.0.1-alpha.17

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.
Files changed (2) hide show
  1. package/dist/main.js +3 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -149,6 +149,9 @@ runBackfill({
149
149
  })
150
150
  .then(() => {
151
151
  log('[main] FTS indexes ready');
152
+ logMemory('after-backfill');
153
+ log('[main] Restarting to reclaim memory...');
154
+ process.exit(0);
152
155
  })
153
156
  .catch((err) => {
154
157
  console.error('[main] Backfill error:', err.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatk/hatk",
3
- "version": "0.0.1-alpha.15",
3
+ "version": "0.0.1-alpha.17",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "hatk": "dist/cli.js"