Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-580

max_download_size too large for progress notifications

    • Type: Icon: Improvement Improvement
    • Resolution: Gone away
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Sync
    • None

      We have a large default value 16MiB for max_download_size due to log compaction.
      However, that leads to lumpy progress notifications.

      A user reported it here:
      realm/realm-java#6005

      We should consider one or more of:

      A smaller default value.
      Let users set their cloud parameters themselves.
      A dynamic calculation of max_download_size. If the history is 10MB, we should probably set max_download_size to 100 KB rather than 16MB as an example. The server has this information.
      Fragmented messages.

            Assignee:
            daniel.tabacaru@mongodb.com Daniel Tabacaru
            Reporter:
            brian.munkholm@mongodb.com Brian Munkholm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: