Skip to content

Commit

Permalink
Merge pull request #485 from rimon-fedyuk/develop
Browse files Browse the repository at this point in the history
unknown time duration unit d - change to hours
  • Loading branch information
tolgaOzen committed May 16, 2023
2 parents a624f54 + 9536125 commit 3952044
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ database:
enable: true
interval: 3m
timeout: 3m
window: 30d
window: 720h
number_of_threads: 1
```

Expand Down Expand Up @@ -261,7 +261,7 @@ Configurations for the database that points out where your want to store your au
| ├──enable: true
| ├──interval: 3m
| ├──timeout: 3m
| ├──window: 30d
| ├──window: 720h
| ├──number_of_threads: 1
```

Expand All @@ -279,7 +279,7 @@ Configurations for the database that points out where your want to store your au
| [ ] | enable (for garbage collection) | false | Switch option for garbage collection.
| [ ] | interval | 3m | Determines the run period of a Garbage Collection operation.
| [ ] | timeout | 3m | Sets the duration of the Garbage Collection timeout.
| [ ] | window | 30d | Determines how much backward cleaning the Garbage Collection process will perform.
| [ ] | window | 720h | Determines how much backward cleaning the Garbage Collection process will perform.
| [ ] | number_of_threads | 1 | Limits how many threads Garbage Collection processes concurrently with.

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ database:
enable: true
interval: 3m
timeout: 3m
window: 30d
window: 720h
number_of_threads: 1
```

Expand Down Expand Up @@ -261,7 +261,7 @@ Configurations for the database that points out where your want to store your au
| ├──enable: true
| ├──interval: 3m
| ├──timeout: 3m
| ├──window: 30d
| ├──window: 720h
| ├──number_of_threads: 1
```

Expand All @@ -279,7 +279,7 @@ Configurations for the database that points out where your want to store your au
| [ ] | enable (for garbage collection) | false | Switch option for garbage collection.
| [ ] | interval | 3m | Determines the run period of a Garbage Collection operation.
| [ ] | timeout | 3m | Sets the duration of the Garbage Collection timeout.
| [ ] | window | 30d | Determines how much backward cleaning the Garbage Collection process will perform.
| [ ] | window | 720h | Determines how much backward cleaning the Garbage Collection process will perform.
| [ ] | number_of_threads | 1 | Limits how many threads Garbage Collection processes concurrently with.

</p>
Expand Down
2 changes: 1 addition & 1 deletion example.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ database:
enable: true
interval: 3m
timeout: 3m
window: 30d
window: 720h
number_of_threads: 1

distributed:
Expand Down

0 comments on commit 3952044

Please sign in to comment.