Skip to content

Commit

Permalink
increasing max to 1GB
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Apr 8, 2020
1 parent 8dbd6c6 commit 46505bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/common/constants/file_datavisualizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

export const MAX_BYTES = 104857600;
export const ABSOLUTE_MAX_BYTES = MAX_BYTES * 10;
export const ABSOLUTE_MAX_BYTES = 1073741274;
export const FILE_SIZE_DISPLAY_FORMAT = '0,0.[0] b';

// Value to use in the Elasticsearch index mapping meta data to identify the
Expand Down

0 comments on commit 46505bd

Please sign in to comment.