Encourage people to keep trying when queue full (#2076)

This commit is contained in:
apolinario 2022-08-24 23:32:30 +02:00 committed by GitHub
parent dc437f4161
commit a87f20bd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ interface PostResponse {
error?: string;
[x: string]: unknown;
}
const QUEUE_FULL_MSG = "This application is too busy! Try again soon.";
const QUEUE_FULL_MSG = "This application is too busy. Keep trying!";
async function post_data(
url: string,