Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
bake
Commits
d6c16baa
Commit
d6c16baa
authored
Apr 07, 2020
by
Philip Carns
Browse files
slightly more aggressive default abt-io threading
parent
8a92d75b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bake-file-backend.c
View file @
d6c16baa
...
...
@@ -176,7 +176,7 @@ static int bake_file_backend_initialize(bake_provider_t provider,
/* initialize an abt-io instance just for this target */
/* TODO: make number of backing threads tunable */
new_entry
->
abtioi
=
abt_io_init
(
8
);
new_entry
->
abtioi
=
abt_io_init
(
16
);
if
(
!
new_entry
->
abtioi
)
{
ret
=
BAKE_ERR_IO
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment