@nxtedition/lib 19.8.19 → 19.8.20

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/app.js +0 -8
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -244,14 +244,6 @@ export function makeApp(appConfig, onTerminate) {
244
244
 
245
245
  toobusy = () => currentLag > maxLag
246
246
  toobusy.lag = () => currentLag
247
-
248
- toobusy.onLag((currentLag) => {
249
- if (currentLag > 1e3) {
250
- logger.error({ currentLag }, 'lag')
251
- } else {
252
- logger.warn({ currentLag }, 'lag')
253
- }
254
- })
255
247
  }
256
248
 
257
249
  if (appConfig.couchdb || appConfig.couch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "19.8.19",
3
+ "version": "19.8.20",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",