From e510bfa6732e13fbbe15da8caf8c5b83362752ab Mon Sep 17 00:00:00 2001 From: Mayacgm Date: Sun, 3 Nov 2024 17:57:42 -0400 Subject: [PATCH] Update LoopConstants.swift --- Loop/Models/LoopConstants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop/Models/LoopConstants.swift b/Loop/Models/LoopConstants.swift index fb69c8275f..3725e2ae16 100644 --- a/Loop/Models/LoopConstants.swift +++ b/Loop/Models/LoopConstants.swift @@ -50,7 +50,7 @@ enum LoopConstants { static let retrospectiveCorrectionEnabled = true // Percentage of recommended dose to apply as bolus when using automatic bolus dosing strategy - static let bolusPartialApplicationFactor = 0.4 + static let bolusPartialApplicationFactor = 0.5 /// Loop completion aging category limits static let completionFreshLimit = TimeInterval(minutes: 6)