!39804 修改List快速抛划限速

Merge pull request !39804 from yeyinglong/cherry-pick-1722993971
This commit is contained in:
openharmony_ci 2024-08-07 04:14:55 +00:00 committed by Gitee
commit 5a8ad5d79b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -47,7 +47,7 @@ class InspectorFilter;
constexpr double FRICTION = 0.6;
constexpr double API11_FRICTION = 0.7;
constexpr double API12_FRICTION = 0.75;
constexpr double MAX_VELOCITY = 4200.0;
constexpr double MAX_VELOCITY = 12000.0;
#else
constexpr double FRICTION = 0.9;
constexpr double MAX_VELOCITY = 5000.0;