Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
bake
Commits
ebd411b1
Commit
ebd411b1
authored
Jul 31, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce hard-coded eager limit
parent
c7066a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/bake-bulk.c
src/bake-bulk.c
+1
-1
No files found.
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