Open the .js in Notepad and find Line 26.
const defaultSpeed = Number(parameters['DefaultSpeed'] || 0.11);
Change the number here to what you want. I chose 0.06 and it slowed it down nicely.