timeline go brrrrr

This commit is contained in:
shenlong-tanwen
2025-03-19 00:03:45 +05:30
parent b82b9a550a
commit 6311ecadd4
12 changed files with 323 additions and 249 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ const int kGridThumbnailSize = 200;
const int kGridThumbnailQuality = 80;
/// RenderList constants
const int kRenderListBatchSize = 512;
const int kRenderListOppositeBatchSize = 128;
const int kRenderListBatchSize = 256;
const int kRenderListOppositeBatchSize = 64;
/// Sync constants
const int kFullSyncChunkSize = 10000;