Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15387611
D7607.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
466 B
Referenced Files
None
Subscribers
None
D7607.diff
View Options
Index: src/lint/linter/ArcanistCSharpLinter.php
===================================================================
--- src/lint/linter/ArcanistCSharpLinter.php
+++ src/lint/linter/ArcanistCSharpLinter.php
@@ -184,7 +184,7 @@
public function didRunLinters() {
if ($this->futures) {
- foreach (Futures($this->futures) as $future) {
+ foreach (Futures($this->futures)->limit(8) as $future) {
$this->resolveFuture($future);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 2:41 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705273
Default Alt Text
D7607.diff (466 B)
Attached To
Mode
D7607: Set limit for execution in C# linter
Attached
Detach File
Event Timeline
Log In to Comment