Skip to content

Commit 3c991b9

Browse files
committed
Bigger upload buffer
1 parent 28cee6b commit 3c991b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toybox-gfx/src/upload_heap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::core::{Core, BufferName, BufferRange};
33
use tracing::instrument;
44
use std::collections::VecDeque;
55

6-
pub const UPLOAD_BUFFER_SIZE: usize = 8<<20;
6+
pub const UPLOAD_BUFFER_SIZE: usize = 100<<20;
77

88
pub struct UploadHeap {
99
buffer_name: BufferName,

0 commit comments

Comments
 (0)