File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/client/components/ChatV2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const staging = 'http://gptwrapper.toska.svc.cluster.local:8000/api/ai/stream'
12
12
const local = 'http://172.17.0.1:3000/api//ai/stream'
13
13
14
14
// k6 will pickup the options object internally.
15
- const vusit = 50
15
+ const vusit = 10
16
16
export const options = {
17
17
vus : vusit ,
18
18
iterations : vusit ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const AnnotationTruncated = ({
24
24
25
25
const lineNum = 5
26
26
const multilineEllipsisTruncate = {
27
- // This is a trick to achieve a multu -line ellipsis truncation for max 3 rows of text .
27
+ // This is a trick to achieve a responsive multi -line ellipsis truncation by <lineNum> .
28
28
// -webkit-box is used to support legacy browsers and for WebkitBoxOrient
29
29
overflow : 'hidden' ,
30
30
flex : '1' ,
You can’t perform that action at this time.
0 commit comments