Skip to content

Commit c753d3d

Browse files
AderksfordN
authored andcommitted
change values to reflect default values
1 parent 67ac933 commit c753d3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/networks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ option can be used.
6666

6767
| Environment Variable | CLI Argument | Value |
6868
| -------------------------------------------- | --------------------------------- | ----------------------------------------------------------------------------------------- |
69-
| `INDEXER_AGENT_REBATE_CLAIM_THRESHOLD` | `--rebate-claim-threshold` | Minimum rebate (in GRT) received for an allocation to claim (Default: 250) |
70-
| `INDEXER_AGENT_REBATE_CLAIM_BATCH_THRESHOLD` | `--rebate-claim-batch-threshold ` | Minimum total rebates (in GRT) before a batched claim is processed (Default: 1000) |
71-
| `INDEXER_AGENT_VOUCHER_EXPIRATION ` | `--voucher-expiration ` | Time (in seconds) to permanently delete vouchers with too few query fees (Default: 2160) |
69+
| `INDEXER_AGENT_REBATE_CLAIM_THRESHOLD` | `--rebate-claim-threshold` | Minimum rebate (in GRT) received for an allocation to claim (Default: 200) |
70+
| `INDEXER_AGENT_REBATE_CLAIM_BATCH_THRESHOLD` | `--rebate-claim-batch-threshold` | Minimum total rebates (in GRT) before a batched claim is processed (Default: 2000) |
71+
| `INDEXER_AGENT_VOUCHER_EXPIRATION` | `--voucher-expiration` | Time (in seconds) to permanently delete vouchers with too few query fees (Default: 2160) |
7272

7373
#### Indexer Service
7474

@@ -187,9 +187,9 @@ option can be used.
187187

188188
| Environment Variable | CLI Argument | Value |
189189
| -------------------------------------------- | --------------------------------- | ----------------------------------------------------------------------------------------- |
190-
| `INDEXER_AGENT_REBATE_CLAIM_THRESHOLD` | `--rebate-claim-threshold` | Minimum rebate (in GRT) received for an allocation to claim (Default: 250) |
191-
| `INDEXER_AGENT_REBATE_CLAIM_BATCH_THRESHOLD` | `--rebate-claim-batch-threshold ` | Minimum total rebates (in GRT) before a batched claim is processed (Default: 1000) |
192-
| `INDEXER_AGENT_VOUCHER_EXPIRATION ` | `--voucher-expiration ` | Time (in seconds) to permanently delete vouchers with too few query fees (Default: 2160) |
190+
| `INDEXER_AGENT_REBATE_CLAIM_THRESHOLD` | `--rebate-claim-threshold` | Minimum rebate (in GRT) received for an allocation to claim (Default: 200) |
191+
| `INDEXER_AGENT_REBATE_CLAIM_BATCH_THRESHOLD` | `--rebate-claim-batch-threshold` | Minimum total rebates (in GRT) before a batched claim is processed (Default: 2000) |
192+
| `INDEXER_AGENT_VOUCHER_EXPIRATION` | `--voucher-expiration` | Time (in seconds) to permanently delete vouchers with too few query fees (Default: 2160) |
193193

194194
#### Indexer Service
195195

0 commit comments

Comments
 (0)