Skip to content

Commit fb52ce5

Browse files
committed
refactor: Bump search limit to 32
1 parent d96221e commit fb52ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/roughly/src/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn get_workspace_symbols(
6969
data: None,
7070
})
7171
},
72-
32,
72+
128,
7373
)
7474
}
7575

0 commit comments

Comments
 (0)