Skip to content

Commit a40f458

Browse files
committed
Reduce max-source-files to 500 for API timeout
1 parent b2fdd01 commit a40f458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arch-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
3030
base-url: https://repos.supermodeltools.com
31-
max-source-files: "1500"
31+
max-source-files: "500"
3232

3333
- uses: actions/configure-pages@v5
3434

0 commit comments

Comments
 (0)