Skip to content

Commit

Permalink
Increase buffer size to avoid constraining task concurrency in some s…
Browse files Browse the repository at this point in the history
…ituation
  • Loading branch information
samuell committed Jun 14, 2019
1 parent 60bf5df commit 736966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package scipipe

const (
// BUFSIZE is the standard buffer size used for channels connecting processes
BUFSIZE = 16
BUFSIZE = 128
// Version is the SciPipe version in string format
Version = "0.9.3"
)

0 comments on commit 736966c

Please sign in to comment.