fix the number of Rust shards
Browse files- the-vault-inline.py +1 -1
the-vault-inline.py
CHANGED
|
@@ -55,7 +55,7 @@ num_shard_split = {
|
|
| 55 |
"javascript": 6,
|
| 56 |
"php": 21,
|
| 57 |
"python": 48,
|
| 58 |
-
"rust":
|
| 59 |
}
|
| 60 |
|
| 61 |
################################################################################################
|
|
|
|
| 55 |
"javascript": 6,
|
| 56 |
"php": 21,
|
| 57 |
"python": 48,
|
| 58 |
+
"rust": 10,
|
| 59 |
}
|
| 60 |
|
| 61 |
################################################################################################
|