Skip to content

Commit

Permalink
Decrease base delay
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelblaszczyk5 committed Jan 4, 2024
1 parent 1e2299c commit 894734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { $ } from 'execa';

const MAX_RETRIES = 5;

const BASE_DELAY = 1_000;
const BASE_DELAY = 200;

const DATABASE_PUBLIC_URL = process.env['DATABASE_PUBLIC_URL'];

Expand Down

0 comments on commit 894734a

Please sign in to comment.