Skip to content

Commit

Permalink
fix(session sharing): fix sequenceId range size for STemporaryContent…
Browse files Browse the repository at this point in the history
… (#2821)

That had the wrong sequence Id.
However, there is no functional impact of this "bug"
  • Loading branch information
abirembaut authored Dec 22, 2023
1 parent de1a9b6 commit ca96d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
</set>
</constructor-arg>
<constructor-arg name="sequenceId" value="5" />
<constructor-arg name="rangeSize" value="${bonita.platform.sequence.10500:${bonita.platform.sequence.defaultRangeSize}}" />
<constructor-arg name="rangeSize" value="${bonita.platform.sequence.5:${bonita.platform.sequence.defaultRangeSize}}" />
</bean>

<bean name="sequenceManager" class="org.bonitasoft.engine.sequence.SequenceManagerImpl">
Expand Down

0 comments on commit ca96d9b

Please sign in to comment.