Skip to content

Commit 8e77a28

Browse files
committed
Remove outdated comment regarding maximum import zip size for clarity
1 parent c623347 commit 8e77a28

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/frontend/app/services/project-service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { zip } from 'fflate'
22
import { apiFetch, apiUrl } from '~/utils/api'
33
import type { ConfigurationProject } from '~/types/project.types'
44

5-
/**
6-
* Upper bound for the zipped import, kept in sync with the nginx `client_max_body_size`.
7-
*/
85
export const MAX_IMPORT_ZIP_BYTES = 80 * 1024 * 1024
96

107
/**

0 commit comments

Comments
 (0)