Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

1 1 'use strict';
2 2  
3 3 const CircularBuffer = require("circular-buffer");
4   -const history = new CircularBuffer(200);
  4 +const history = new CircularBuffer(1000);
5 5  
6 6 function push(item) {
7 7 history.push(item);
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.7",
  3 + "version": "0.9.8",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.7",
  3 + "version": "0.9.8",
4 4 "description": "SMS center for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {