Skip to content

Commit

Permalink
Tweak Libhoney config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christineyen committed Apr 27, 2017
1 parent f3ee3e2 commit 1f714c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libhoney.js
Expand Up @@ -33,10 +33,10 @@ const defaults = Object.freeze({
// the maximum number of pending events we allow in our queue before they get batched
pendingWorkCapacity: 10000,

// the maximum number of s we enqueue before we drop.
// the maximum number of events we enqueue before we begin dropping them.
maxResponseQueueSize: 1000,

// if this is false, all sending is disabled. useful for disabling libhoney when testing
// if this is set to true, all sending is disabled. useful for disabling libhoney when testing
disabled: false
});

Expand Down

0 comments on commit 1f714c0

Please sign in to comment.