Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL quota manager and storage backend #3644
PostgreSQL quota manager and storage backend #3644
Changes from all commits
21ef4b2
78653c2
9f48d08
b0f7dfe
18cf306
e01fb0b
33451e6
6d88880
74526b6
e3583cd
a167577
c127965
cb7bda2
52f2867
51def32
22f955a
e8fdc37
0f6f593
10d47f8
e617388
a1ccf26
66d2c7f
8218303
92030b3
f68b8b9
1456b20
aff11fc
bdd9faf
7b0ae0a
2846d36
0121720
ba74553
2c5598f
b365aed
aa47b36
607c13a
7a0df88
7ce0258
55f0656
b644630
9ecaa58
8e459da
6698903
9c72070
7c1f8c5
2d5c941
d1a21e1
0eac2ab
965aa91
651b3b5
72964d2
917f362
dd85139
32096c4
8c40e33
28df5c0
286e278
a4ee5cd
1aa5094
0462f62
6e3eb86
d41757e
378779f
8102b6a
be96182
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're following the existing pattern which is the right thing to do. However, I think this pattern is kinda suspect in that it leads to pretty massive binaries. This small change here increases the size of the log server binary by another 10%.
I don't expect you to make any code changes in this PR in response to this. But I'm squirting a stream of conciousness into this comment as a TODO to at least raise an issue to discuss this. It could be as simple a solution as docs saying that this binary is the swiss army knife, but if you want a svelte version for a particular environment then copy it and remove the other imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's an idea: robstradling#5