We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17430f3 commit e0c8722Copy full SHA for e0c8722
future_carbs_4h/zdev_future_carbs_4h.patch
@@ -0,0 +1,14 @@
1
+Submodule Loop contains modified content
2
+diff --git a/Loop/Loop/Models/LoopConstants.swift b/Loop/Loop/Models/LoopConstants.swift
3
+index a62fc138..795c5a6e 100644
4
+--- a/Loop/Loop/Models/LoopConstants.swift
5
++++ b/Loop/Loop/Models/LoopConstants.swift
6
+@@ -25,7 +25,7 @@ enum LoopConstants {
7
+ static let maxCarbAbsorptionTime = TimeInterval(hours: 8)
8
+
9
+ static let maxCarbEntryPastTime = TimeInterval(hours: (-12))
10
+- static let maxCarbEntryFutureTime = TimeInterval(hours: 1)
11
++ static let maxCarbEntryFutureTime = TimeInterval(hours: 4)
12
13
+ static let maxOverrideDurationTime = TimeInterval(hours: 24)
14
0 commit comments