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

Unverified Commit 5f21c760 authored by alperozturk's avatar alperozturk
Browse files

Fix code analytics

parent b13183f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -9,4 +9,5 @@ package com.nextcloud.common


data class SessionTimeOut(val readTimeOut: Int, val connectionTimeOut: Int)
data class SessionTimeOut(val readTimeOut: Int, val connectionTimeOut: Int)


@Suppress("Detekt.MagicNumber")
val defaultSessionTimeOut = SessionTimeOut(40000, 5000)
val defaultSessionTimeOut = SessionTimeOut(40000, 5000)
+1 −2
Original line number Original line Diff line number Diff line
@@ -27,7 +27,6 @@ class StoreMetadataV2RemoteOperation(
    private val token: String,
    private val token: String,
    private val signature: String
    private val signature: String
) : RemoteOperation<String>() {
) : RemoteOperation<String>() {

    private var sessionTimeOut: SessionTimeOut = defaultSessionTimeOut
    private var sessionTimeOut: SessionTimeOut = defaultSessionTimeOut


    constructor(
    constructor(