https://github.com/code-423n4/2023-10-badger/blob/main/packages/contracts/contracts/BorrowerOperations.sol#L1146
https://github.com/code-423n4/2023-10-badger/blob/main/packages/contracts/contracts/BorrowerOperations.sol#L1157
https://github.com/code-423n4/2023-10-badger/blob/main/packages/contracts/contracts/BorrowerOperations.sol#L1168
Here we update global system parameters but we use syncGlobalAccounting which doesnt trigger recovery mode if TCR becomes less than CCR, unlike syncGlobalAccountingAndGracePeriod.
