Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-palmer committed May 25, 2019
1 parent 323e175 commit 120f449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ Global:
Diagnostics:
clientRecorder: false
clientRecorderOptions:
enabled: false
bufferSize: 10000000
saveDir: "diagnostics/client-recordings"
2 changes: 1 addition & 1 deletion lib/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CacheServer {

const cmdProc = new CommandProcessor(this.cache);
const streamProc = new ClientStreamProcessor({clientAddress: `${socket.remoteAddress}:${socket.remotePort}`});

const mirrors = this._mirrors;
if(mirrors.length > 0) {
cmdProc.on('onTransactionEnd', (trx) => {
Expand Down

0 comments on commit 120f449

Please sign in to comment.