1
0
Fork 0

update params version for highres

This commit is contained in:
Sean Sube 2023-04-01 17:15:09 -05:00
parent 8e5971a293
commit 83dbd479b9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.10.0",
"batch": {
"default": 1,
"min": 1,

View File

@ -3,7 +3,7 @@
"root": "http://127.0.0.1:5000"
},
"params": {
"version": "0.9.0",
"version": "0.10.0",
"batch": {
"default": 1,
"min": 1,

View File

@ -79,7 +79,7 @@ export interface Config<T = ClientParams> {
}
export const IMAGE_FILTER = '.bmp, .jpg, .jpeg, .png';
export const PARAM_VERSION = '>=0.9.0';
export const PARAM_VERSION = '>=0.10.0';
export const STALE_TIME = 300_000; // 5 minutes
export const POLL_TIME = 5_000; // 5 seconds