fix: convert relative scope to absolute scope

This commit is contained in:
lilong.129
2023-05-02 00:28:00 +08:00
parent 3a404c8372
commit 0413ff62d1
6 changed files with 94 additions and 87 deletions

View File

@@ -20,23 +20,23 @@
"params": {
"app_package_name": "com.ss.android.ugc.aweme",
"feed": {
"sleep_random": [
0,
5,
0.7,
5,
10,
0.3
],
"target_count": 5
},
"sleep_random": [
0,
5,
0.7,
5,
10,
0.3
],
"target_count": 5
},
"live": {
"sleep_random": [
15,
20
],
"target_count": 3
}
"sleep_random": [
15,
20
],
"target_count": 3
}
}
}
]
@@ -62,4 +62,4 @@
]
}
]
}
}