Update job-priority.ts

This commit is contained in:
Nicolas 2024-08-27 17:04:04 -03:00
parent ca34f1203b
commit e7d283c4ef

View File

@ -64,7 +64,7 @@ export async function getJobPriority({
case "growth": case "growth":
case "growthdouble": case "growthdouble":
bucketLimit = 400; bucketLimit = 400;
planModifier = 0.2; planModifier = 0.1;
break; break;
default: default: