Commit 6130158
Extract parallel processing threshold to named constant
Replace magic number 1000 with PARALLEL_PROCESSING_THRESHOLD constant
for better maintainability.
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>1 parent f6f8d01 commit 6130158
File tree
1 file changed
+8
-1
lines changed- src/main/java/com/github/_1c_syntax/bsl/languageserver/providers
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
213 | 218 | | |
214 | 219 | | |
215 | 220 | | |
216 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
| |||
0 commit comments