Skip to content

Commit

Permalink
interval fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kodi committed Aug 25, 2019
1 parent 0ff7687 commit 7018a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/producer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs');
const faker = require('faker');

const NUM_LOGS = 4;
const UPDATE_INTERVAL = 50;
const UPDATE_INTERVAL = 500;

let counter = 0;
let int = setInterval(() => {
Expand Down

0 comments on commit 7018a80

Please sign in to comment.