-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add header back #2259
Add header back #2259
Conversation
@erikzhang @shargon Could you have a look at this? |
Should be able to switch between modes (index/headers) by configuration? |
I think headers and index do not conflict. We can synchronize headers first, and then synchronize blocks by index. |
Why to return with it? |
Fixed |
The code looks good now. |
@erikzhang Please have a check |
Test commit: 9d8057b It works and the sync time is acceptable. |
This reverts commit 9d8057b.
Co-authored-by: Erik Zhang <erik@neo.org>
@ProDog Could you have one more test? |
Partially reverse #1397