Skip to content

Commit

Permalink
[droidapi]: add ID to update model
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed Nov 16, 2024
1 parent 72b00f8 commit fbe4de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ EXPOSE 8000

ENTRYPOINT uwsgi --http-socket :8000\
-w droidapi:app\
--processes 4\
--threads 2\
--processes 1\
--threads 1\
--harakiri 1200\
--post-buffering 524288 \
--buffer-size 65535
1 change: 1 addition & 0 deletions src/droidapi/db/models/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ def to_dict(self):
size=self.size,
url=self.url,
version=self.base_version,
id=self.build_id,
)

0 comments on commit fbe4de0

Please sign in to comment.