Skip to content

Commit

Permalink
increase neuprint chunksize
Browse files Browse the repository at this point in the history
* very slow for some operations
  • Loading branch information
jefferis committed Apr 16, 2024
1 parent 5483768 commit 53575ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/partners.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cf_partners <- function(ids, threshold=1L, partners=c("inputs", "outputs"),
threshold <- checkmate::assert_integerish(
threshold, lower=0L,len = 1, null.ok = F, all.missing = F)

neuprint.chunksize=100
neuprint.chunksize=10000

if(is.character(ids))
ids=keys2df(ids)
Expand Down

0 comments on commit 53575ed

Please sign in to comment.