Can i desable "SCM blame is in progress"

Hello,

I have integrated Bitbucket with SonarCloud, and when the pipeline executes, the analysis process takes around 25 to 30 minutes. However, the “SCM blame is in progress” step is taking more than 90 minutes, causing issues for me. Is it possible to disable the SCM blame process?
INFO: SCM Publisher SCM provider for this project is: git

INFO: SCM Publisher 1100 source files to be analyzed
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..
INFO: SCM blame is in progress..

Hey there.

Yes, you can disable SCM blame using sonar.scm.disabled=true… and, this disables some important features, like issue assignment and properly detecting New Code.

This step will run longest the first time that a project is analyzed, after after a successful run should drop in time dramatically.