Skip to content

Commit ee899a8

Browse files
committed
chore(network): enable again our request timeout feature
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent 909e753 commit ee899a8

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)