Skip to content

Commit b62c17b

Browse files
authored
Show more recent payloads in the test task page (#1961)
1 parent fab5652 commit b62c17b

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)