mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Lower Drag and Drop file size limit to 500kb (#69640)
This commit is contained in:
parent
ceeefd3d8c
commit
6561f3a7a6
@ -10,4 +10,4 @@ export const acceptedFiles: Accept = {
|
||||
};
|
||||
|
||||
//This should probably set from grafana conf
|
||||
export const maxFileSize = 1000000;
|
||||
export const maxFileSize = 500000;
|
||||
|
Loading…
Reference in New Issue
Block a user