Skip to content

Commit d8299bf

Browse files
zzl0meta-codesync[bot]
authored andcommitted
pathlog: increase fastlog batch size
Summary: I tried batch size 100, 1000 and 2000, seems the best value is 1000 based on my manual tests: running `sl log` on `eden/scm/tests` folder. Differential Revision: D83785298 fbshipit-source-id: 46f73cd11bd312a1e48406dc518b179a50319965
1 parent d820f2e commit d8299bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eden/scm/sapling/pathlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
BATCH_SIZE = 500
1717

18-
FASTLOG_BATCH_SIZE = 100
18+
FASTLOG_BATCH_SIZE = 1000
1919
FASTLOG_TIMEOUT = 50
2020

2121

0 commit comments

Comments
 (0)