Skip to content

Commit

Permalink
Update countly-bulk.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Rıza Kat committed Aug 22, 2024
1 parent 6cc9a74 commit 92306d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/countly-bulk.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function CountlyBulk(conf) {
conf.maxStackTraceLinesPerThread = conf.max_stack_trace_lines_per_thread || maxStackTraceLinesPerThread;
conf.maxStackTraceLineLength = conf.max_stack_trace_line_length || maxStackTraceLineLength;

CountlyStorage.setBulkDataPath(conf.storage_path, true, conf.persist_queue);
CountlyStorage.setStoragePath(conf.storage_path, true, conf.persist_queue);

this.conf = conf;
/**
Expand Down

0 comments on commit 92306d3

Please sign in to comment.