Skip to content

Commit

Permalink
feat: programmically set number of export threads
Browse files Browse the repository at this point in the history
see #83
  • Loading branch information
bogovicj committed Dec 13, 2024
1 parent a740c63 commit f42e991
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ public void setOptions(
this.compressionArg = compression;
}

public void setNumThreads(final int nThreads) {
this.nThreads = nThreads;
}

/**
* Set the custom metadata mapper to use programmatically.
*
Expand Down

0 comments on commit f42e991

Please sign in to comment.