REFACTOR
- Changed
PresetConfig.PriorityfromstringtoPrioritytype - Changed
WithRetryparameter from*intto variadic...int, supports invocation without arguments
UPDATE
- Improved
timeoutcalculation logic, now directly usestime.Durationoperations - Updated priority upgrade logic to use new priority constants instead of strings
PERF
- Added
taskHeapcapacity reduction mechanism: when usage drops below 1/4 of capacity, automatically shrinks to half (minimum retained is 16)
REMOVE
- Removed
getPresetPriorityfunction - Set
old[n-1] = nilinPop()to avoid memory leaks
©️ 2025 邱敬幃 Pardn Chiu
Top comments (0)