Opened 15 years ago
Last modified 9 years ago
#5085 closed Bug report
Setting speed limits at certain times — at Initial Version
Reported by: | pjsat | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | time speed limit not saved | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Win7 64 bit ult |
Description
When setting speed limits at particular times, it is not being written to the xml file properly under Win7 64 bit
e.g. <SpeedLimits DlType="3" DlLimit="10" ServerDlLimitBypass="1" UlType="0" UlLimit="10" ServerUlLimitBypass="1">
<Download>
<Rule Speed="25" Hour="6" Minute="0" Second="0">
<Days>127</Days>
<From />
<To />
</Rule>
<Rule Speed="12" Hour="23" Minute="0" Second="0">
<Days>127</Days>
<From />
<To />
</Rule>
</Download>
<Upload />
</SpeedLimits>
As soon as the server is restated it loses the times you set the limits at.
Same on 9.33 and 9.34.
Note:
See TracTickets
for help on using tickets.