Skip to content

Commit

Permalink
chore: decrease request rate
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Mar 10, 2024
1 parent b42968d commit e209552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Config {
/// - plus 30 requests over a 60 second burst
/// 2 * 60 + 30 = 150 requests per minute / 60 = 2.5 requests per second
/// https://docs.spacetraders.io/api-guide/rate-limits
double targetRequestsPerSecond = 2.5;
double targetRequestsPerSecond = 2.4;

/// Our ship buy plan for computeNextShipToBuy.
final buyPlan = [
Expand Down

0 comments on commit e209552

Please sign in to comment.