Skip to content

Commit

Permalink
chore: change to default values
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Feb 13, 2024
1 parent c890105 commit 31f7a02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/OSGI-INF/blueprint/blueprint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@
<cm:property name="checkDeviceTaskTime" value="5" />
<cm:property name="requestDataTaskTime" value="30" />
<cm:property name="waitDeviceResponseTaskTime" value="10" />
<cm:property name="checkNodesServicesTaskTime" value="15" /> <!-- TODO: Alterar para
45-->
<cm:property name="waitNodesResponsesTaskTime" value="10" /> <!-- TODO: Alterar para
30-->
<cm:property name="checkNodesServicesTaskTime" value="45" />
<cm:property name="waitNodesResponsesTaskTime" value="30" />
<cm:property name="useCredibility" value="true" />
<cm:property name="useLatestCredibility" value="true" />
<cm:property name="debugModeValue" value="true" />
Expand Down

0 comments on commit 31f7a02

Please sign in to comment.