File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ Submodule Loop contains modified content
2
+ diff --git a/Loop/LoopCore/LoopCoreConstants.swift b/Loop/LoopCore/LoopCoreConstants.swift
3
+ index d56f2ab9..42e9dfa3 100644
4
+ --- a/Loop/LoopCore/LoopCoreConstants.swift
5
+ +++ b/Loop/LoopCore/LoopCoreConstants.swift
6
+ @@ -16,7 +16,7 @@ public enum LoopCoreConstants {
7
+ /// The amount of time in the future a glucose value should be considered valid
8
+ public static let futureGlucoseDataInterval = TimeInterval(minutes: 5)
9
+
10
+ - public static let defaultCarbAbsorptionTimes: CarbStore.DefaultAbsorptionTimes = (fast: .minutes(30), medium: .hours(3), slow: .hours(5))
11
+ + public static let defaultCarbAbsorptionTimes: CarbStore.DefaultAbsorptionTimes = (fast: .hours(2), medium: .hours(3), slow: .hours(5))
12
+
13
+ /// How much historical glucose to include in a dosing decision
14
+ /// Somewhat arbitrary, but typical maximum visible in bolus glucose preview
You can’t perform that action at this time.
0 commit comments