We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909e753 commit ee899a8Copy full SHA for ee899a8
1 file changed
src/libsync/abstractnetworkjob.cpp
@@ -38,7 +38,7 @@ Q_LOGGING_CATEGORY(lcNetworkJob, "nextcloud.sync.networkjob", QtInfoMsg)
38
39
// If not set, it is overwritten by the Application constructor with the value from the config
40
int AbstractNetworkJob::httpTimeout = qEnvironmentVariableIntValue("OWNCLOUD_TIMEOUT");
41
-bool AbstractNetworkJob::enableTimeout = false;
+bool AbstractNetworkJob::enableTimeout = true;
42
43
AbstractNetworkJob::AbstractNetworkJob(const AccountPtr &account, const QString &path, QObject *parent)
44
: QObject(parent)
0 commit comments