Skip to content

Commit

Permalink
Update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Dec 24, 2024
1 parent a18d00c commit a7022b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
15 changes: 0 additions & 15 deletions services/dcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,21 +379,6 @@ The service requires the following configuration parameters:
```


- **`url_expiration_buffer`** *(integer)*: Buffer time in seconds before the presigned URL expires, used to instruct clients to refresh their download URL shortly before it expires. Should be less than presigned_url_expires_after. Exclusive minimum: `0`. Default: `5`.


Examples:

```json
5
```


```json
10
```


- **`cache_timeout`** *(integer)*: Time in days since last access after which a file present in the outbox should be unstaged and has to be requested from permanent storage again for the next request. Default: `7`.


Expand Down
11 changes: 0 additions & 11 deletions services/dcs/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,17 +386,6 @@
"title": "Presigned URL expiration time in seconds",
"type": "integer"
},
"url_expiration_buffer": {
"default": 5,
"description": "Buffer time in seconds before the presigned URL expires, used to instruct clients to refresh their download URL shortly before it expires. Should be less than presigned_url_expires_after.",
"examples": [
5,
10
],
"exclusiveMinimum": 0,
"title": "Download URL expiration buffer time (sec)",
"type": "integer"
},
"cache_timeout": {
"default": 7,
"description": "Time in days since last access after which a file present in the outbox should be unstaged and has to be requested from permanent storage again for the next request.",
Expand Down
1 change: 0 additions & 1 deletion services/dcs/example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ service_name: dcs
staging_speed: 100
unstaged_download_collection: unstagedDownloadRequested
unstaged_download_event_topic: file-downloads
url_expiration_buffer: 5
workers: 1

0 comments on commit a7022b0

Please sign in to comment.