Skip to content

Commit

Permalink
Add back db timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 13, 2023
1 parent a81d8c2 commit e99ddef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/db/lib/db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Future<Database> defaultDatabase() async {
'spacetraders',
username: 'postgres',
password: 'password',
timeoutInSeconds: 1,
);
await connection.open();
return Database(connection);
Expand Down

0 comments on commit e99ddef

Please sign in to comment.