Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bbcfc8f6 authored by alperozturk's avatar alperozturk
Browse files

Increase default timeout values

parent 6baf4903
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ package com.nextcloud.common
data class SessionTimeOut(val readTimeOut: Int, val connectionTimeOut: Int)

@Suppress("Detekt.MagicNumber")
val defaultSessionTimeOut = SessionTimeOut(40000, 5000)
val defaultSessionTimeOut = SessionTimeOut(60000, 15000)