Skip to content

Commit bb341b2

Browse files
committed
New Pre-Release
1 parent 86fa9d6 commit bb341b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Library/Sucrose.Manager/Manage/Manager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static class Manager
5454

5555
public static int AdvertisingDelay => SHS.Clamp(SMMI.DonateManager.GetSettingStable(SMC.AdvertisingDelay, 30), 30, 720);
5656

57-
public static int AdaptiveMargin => SHS.Clamp(SMMI.PortalSettingManager.GetSettingStable(SMC.AdaptiveMargin, 8), 5, 25);
57+
public static int AdaptiveMargin => SHS.Clamp(SMMI.PortalSettingManager.GetSettingStable(SMC.AdaptiveMargin, 5), 5, 25);
5858

5959
public static int StoreDuration => SHS.Clamp(SMMI.PortalSettingManager.GetSettingStable(SMC.StoreDuration, 12), 1, 24);
6060

src/Project/Sucrose.Commandog/Sucrose.Commandog.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</ItemGroup>
6969

7070
<ItemGroup>
71-
<PackageReference Include="TaskScheduler" Version="2.10.1" />
71+
<PackageReference Include="TaskScheduler" Version="2.11.0" />
7272
<PackageReference Include="Skylark.Wing" Version="3.1.4.4" />
7373
<PackageReference Include="Skylark.Standard" Version="3.1.5.2" />
7474
</ItemGroup>

0 commit comments

Comments
 (0)