Skip to content

Commit

Permalink
Update System.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Jul 11, 2023
1 parent e387375 commit bf8d6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vennv/vapm/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static function fetch(string $url, array $options = []) : Promise
{
$resolve($result);
}
}, 500);
}, 0);
});
}

Expand All @@ -143,8 +143,8 @@ public static function read(string $path) : Promise
{
$resolve($ch);
}
}, 500);
}, 0);
});
}

}
}

0 comments on commit bf8d6b8

Please sign in to comment.