From 663bcb0b5abd3e19049f6ab102622557938d346d Mon Sep 17 00:00:00 2001 From: bmcd31 <54578651+bmcd31@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:16:43 +1000 Subject: [PATCH] Change bolus percentage from 40% to 60% --- 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..97f5b6693e 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.6 /// Loop completion aging category limits static let completionFreshLimit = TimeInterval(minutes: 6)