Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-279

AppConfiguration - RequestTimeout

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sync
    • None

      See https://github.com/realm/realm-kotlin/issues/406

      Add support for customizing the default request timeout similar to Realm Java

      AppConfiguration.Builder(appId).
        .requestTimeout(timeout: Long, unit: TimeUnit)
        .build()
      
      AppConfiguration {
        val requestTimeoutMs
      }
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: