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

Improve granularity of progress notification (smaller max_download_size)

    • Type: Icon: Improvement Improvement
    • Resolution: Gone away
    • Priority: Icon: Minor - P4 Minor - P4
    • Q4-21FY
    • Affects Version/s: None
    • Component/s: Sync
    • Labels:
      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:

      1. A smaller default value.
      2. Let users set their cloud parameters themselves.
      3. 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.
      4. Fragmented messages.

            Assignee:
            jonathan.reams@mongodb.com Jonathan Reams
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: