Skip to content

Commit

Permalink
Merge pull request #13588 from Tharanidk/master
Browse files Browse the repository at this point in the history
Change the Config name from `integration.transaction_counter` to `apim.transaction_counter`
  • Loading branch information
Tharanidk authored Oct 23, 2024
2 parents ee7e4f2 + 578dcf7 commit c20df8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/distribution/product/src/main/conf/deployment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ enable = true
allow_refresh_tokens = true
iat_validity_period = "1h"

#[integration.transaction_counter]
#[apim.transaction_counter]
#enable = true
#server_id = "Gateway1"
#producer_counting_thread_pool_size = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</handler>
{% endif %}
{% endif %}
{% if integration.transaction_counter is defined %}
{% if integration.transaction_counter.enable %}
{% if apim.transaction_counter is defined %}
{% if apim.transaction_counter.enable %}
<handler name="TransactionCountHandler" class="org.wso2.integration.transaction.counter.TransactionCountHandler"/>
{% endif %}
{% endif %}
Expand Down

0 comments on commit c20df8f

Please sign in to comment.