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
ebd411b1
Commit
ebd411b1
authored
Jul 31, 2016
by
Philip Carns
Browse files
reduce hard-coded eager limit
parent
c7066a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bake-bulk.c
View file @
ebd411b1
...
...
@@ -353,7 +353,7 @@ static int bake_bulk_eager_write(
return
(
ret
);
}
#define BAKE_BULK_EAGER_LIMIT
4096
#define BAKE_BULK_EAGER_LIMIT
2048
int
bake_bulk_write
(
bake_target_id_t
bti
,
...
...
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