Skip to content

Commit

Permalink
chore: update default values
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Oct 25, 2023
1 parent ea151db commit d8ae022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/OSGI-INF/blueprint/blueprint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<cm:property name="pass" value="karaf" />
<cm:property name="checkDeviceTaskTime" value="5" />
<cm:property name="requestDataTaskTime" value="30" />
<cm:property name="requestServiceTaskTime" value="10" /> <!-- TODO: Alterar depois para 45-->
<cm:property name="requestServiceTaskTime" value="45" />
<cm:property name="waitDeviceResponseTaskTime" value="10" />
<cm:property name="waitNodeResponseTaskTime" value="10" /> <!-- TODO: Alterar depois para 15-->
<cm:property name="waitNodeResponseTaskTime" value="15" />
<cm:property name="debugModeValue" value="true" />
</cm:default-properties>
</cm:property-placeholder>
Expand Down

0 comments on commit d8ae022

Please sign in to comment.