Skip to content
Snippets Groups Projects
Commit 20a938a6 authored by vkovtun's avatar vkovtun
Browse files

BIS-753: Made data buffer bigger.

parent 5ec21a67
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -17,7 +17,7 @@
import ComponentController from '@src/js/components/common/ComponentController.js'
import autoBind from 'auto-bind'
const MAX_READ_SIZE_IN_BYTES = 1024
const MAX_READ_SIZE_IN_BYTES = 1024 * 1024
export default class DataBrowserController extends ComponentController {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment