Skip to content

Commit a4715ec

Browse files
authored
Add files via upload
1 parent aaebade commit a4715ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vennv/vapm/System.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static function fetch(string $url, array $options = []) : Promise
120120
{
121121
$resolve($result);
122122
}
123-
}, 500);
123+
}, 0);
124124
});
125125
}
126126

@@ -143,7 +143,7 @@ public static function read(string $path) : Promise
143143
{
144144
$resolve($ch);
145145
}
146-
}, 500);
146+
}, 0);
147147
});
148148
}
149149

0 commit comments

Comments
 (0)