dev delete config
Test Workflow / test (push) Successful in 9s

This commit is contained in:
vladp
2026-02-16 18:16:21 +07:00
parent 1801b7e8fd
commit 1d3bdc506d
3 changed files with 7 additions and 33 deletions
@@ -57,9 +57,6 @@ public class FileUploadServiceImpl implements FileUploadService {
@Value("${file.storage.max-retry-attempts:3}")
private int maxRetryAttempts;
@Value("${file.storage.chunk-timeout-ms:300000}") // 5 минут
private long chunkTimeoutMs;
@Value("${file.storage.session-expiry-hours:24}")
private int sessionExpiryHours;