Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Disabled TUS resume upload option (not used, but pollutes local stora…
Browse files Browse the repository at this point in the history
…ge) (cvat-ai#6976)
  • Loading branch information
bsekachev authored and mikhail-treskin committed Oct 25, 2023
1 parent 9b06a31 commit bf22f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cvat-core/src/server-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ type Params = {
action?: string,
};

tus.defaultOptions.storeFingerprintForResuming = false;

function enableOrganization(): { org: string } {
return { org: config.organization.organizationSlug || '' };
}
Expand Down

0 comments on commit bf22f8d

Please sign in to comment.