Skip to content

Commit

Permalink
Change default value of ponyminthreads from 0 -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Feb 28, 2018
1 parent 13b83dd commit 243298d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libponyrt/sched/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ PONY_API int pony_init(int argc, char** argv)
memset(&opt, 0, sizeof(options_t));

// Defaults.
opt.min_threads = 1;
opt.cd_min_deferred = 4;
opt.cd_max_deferred = 8;
opt.cd_conf_group = 6;
Expand Down

0 comments on commit 243298d

Please sign in to comment.