Lower Drag and Drop file size limit to 500kb (#69640)

This commit is contained in:
Victor Marin 2023-06-07 15:43:16 +03:00 committed by GitHub
parent ceeefd3d8c
commit 6561f3a7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ export const acceptedFiles: Accept = {
};
//This should probably set from grafana conf
export const maxFileSize = 1000000;
export const maxFileSize = 500000;