- Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
Snapshot sync protocol requires its content to be compressed, but our snapshot files are saved in uncompressed format.
Since compressing is quite computationally expensive operation, it would be better to save them in compressed format rather than compressing it every time before sending snapshot message.