Skip to content

Commit

Permalink
propagate num fetcher threads downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Nov 5, 2024
1 parent 2992ff8 commit 10bf054
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ private final synchronized SplitViewerSetupImgLoader<?,?> createNewSetupImgLoade
public synchronized void setNumFetcherThreads( final int n )
{
requestedNumFetcherThreads = n;
underlyingImgLoader.setNumFetcherThreads( n );
}

private void open()
Expand Down

0 comments on commit 10bf054

Please sign in to comment.