Skip to content

Commit d0c96c3

Browse files
authored
Merge pull request #9646 from nextcloud/bugfix/enableNetworkTimeoutAgainV2
chore(network): enable again our request timeout feature
2 parents 909e753 + ee899a8 commit d0c96c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libsync/abstractnetworkjob.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Q_LOGGING_CATEGORY(lcNetworkJob, "nextcloud.sync.networkjob", QtInfoMsg)
3838

3939
// If not set, it is overwritten by the Application constructor with the value from the config
4040
int AbstractNetworkJob::httpTimeout = qEnvironmentVariableIntValue("OWNCLOUD_TIMEOUT");
41-
bool AbstractNetworkJob::enableTimeout = false;
41+
bool AbstractNetworkJob::enableTimeout = true;
4242

4343
AbstractNetworkJob::AbstractNetworkJob(const AccountPtr &account, const QString &path, QObject *parent)
4444
: QObject(parent)

0 commit comments

Comments
 (0)