Skip to content

Commit

Permalink
improv: update 2 to 4 logs on exception #60
Browse files Browse the repository at this point in the history
  • Loading branch information
Eywek committed May 24, 2018
1 parent f55b97f commit 0645be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let cst = {
PACKET_QUEUE_SIZE: 200,

LOGS_BUFFER: 8,
CONTEXT_ON_ERROR: 2,
CONTEXT_ON_ERROR: 4,
TRANSACTION_FLUSH_INTERVAL: useIfDefined(process.env.PM2_DEBUG, process.env.NODE_ENV === 'local_test') ? 1000 : 30000,
AGGREGATION_DURATION: useIfDefined(process.env.PM2_DEBUG, process.env.NODE_ENV === 'test' || process.env.NODE_ENV === 'development') ? 0 : 60 * 10,
TRACE_FLUSH_INTERVAL: useIfDefined(process.env.PM2_DEBUG, process.env.NODE_ENV === 'local_test') ? 1000 : 60000,
Expand Down

0 comments on commit 0645be7

Please sign in to comment.