Skip to content

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) (#6976)
  • Loading branch information
bsekachev authored Oct 11, 2023
1 parent 43181a0 commit 176bac2
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 176bac2

Please sign in to comment.