Skip to content

Commit 6da348f

Browse files
committed
embiggen gimlet ereport buf
1 parent b76ad7a commit 6da348f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drv/gimlet-seq-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ struct ServerImpl<S: SpiServer> {
207207
}
208208

209209
const TIMER_INTERVAL: u32 = 10;
210-
const EREPORT_BUF_LEN: usize = 128;
210+
const EREPORT_BUF_LEN: usize = 256;
211211

212212
impl<S: SpiServer + Clone> ServerImpl<S> {
213213
fn init(

0 commit comments

Comments
 (0)