mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3788 - timeout/excessive duration during MTP - increase timeout from 5 to 30s
This commit is contained in:
@@ -124,7 +124,7 @@ SQL;
|
||||
SetupPage::log_info("Cleanup of orphan attachments that cannot be migrated to the new ObjKey model: $iCount record(s) must be deleted.");
|
||||
|
||||
$iBulkSize = 100;
|
||||
$iMaxDuration = 5;
|
||||
$iMaxDuration = 30;
|
||||
$iDeletedCount = 0;
|
||||
$fStartTime = microtime(true);
|
||||
$aIds = self::GetOrphanAttachmentIds($sTableName, $iBulkSize);
|
||||
|
||||
Reference in New Issue
Block a user