mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
set manual retry only then chunk upload fails
This commit is contained in:
@@ -248,9 +248,9 @@ export class PublicationFormMV {
|
||||
|
||||
} while (attemp<3 && result.isErr() && result?.error == 'slow')
|
||||
|
||||
PublicationAttachmentEntity.chucksManager.setManualRetry()
|
||||
|
||||
if(result.isErr()) {
|
||||
PublicationAttachmentEntity.chucksManager.setManualRetry()
|
||||
resolve(false)
|
||||
} else {
|
||||
const guid = PublicationAttachmentEntity.chucksManager.path
|
||||
|
||||
Reference in New Issue
Block a user