Skip to content

Commit ede144e

Browse files
committed
Show more recent payloads in the test task page
1 parent 64ca9dc commit ede144e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/presenters/v3/TestTaskPresenter.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class TestTaskPresenter {
125125
tr."runtimeEnvironmentId" = ${environment.id}
126126
ORDER BY
127127
tr."createdAt" DESC
128-
LIMIT 5
128+
LIMIT 10
129129
)
130130
SELECT
131131
taskr.id,

0 commit comments

Comments
 (0)