Skip to content

Commit

Permalink
Adding gun debug branch + les library to improve garbace collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dminones committed Jun 3, 2019
1 parent 8c680ea commit d6178f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"flow": "^0.2.3",
"gun": "^0.2019.515",
"gun": "https://github.com/amark/gun.git#debug",
"hdkey": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
Expand Down
1 change: 1 addition & 0 deletions src/server/gun/gun-middleware.js
Expand Up @@ -2,6 +2,7 @@
import express, { Router } from 'express'
import Gun from 'gun'
import SEA from 'gun/sea'
import les from 'gun/lib/les'
import { type StorageAPI, type UserRecord } from '../../imports/types'
import conf from '../server.config'
import logger from '../../imports/pino-logger'
Expand Down

0 comments on commit d6178f9

Please sign in to comment.