Skip to content

Commit

Permalink
remove QtConcurrent::run for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
kambizzandi committed Sep 8, 2022
1 parent 0f14f99 commit 0cc08a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interfaces/ObjectStorage/ObjectStorageManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ quint64 ObjectStorageManager::saveFile(
if (QueueRowsCount > 0) {
TargomanLogDebug(5, "before queue ObjectStorageManager::processQueue(fileID: " << UploadedFileID << ")");

#if 0==0
#if 0
QFuture<bool> ret = QtConcurrent::run(
ObjectStorageManager::processQueue,
stuProcessQueueParams(
Expand Down

0 comments on commit 0cc08a7

Please sign in to comment.