aboutsummaryrefslogtreecommitdiff
path: root/pyrightconfig.json
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-07-29 18:12:46 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-07-29 18:19:33 +0000
commit0d06775761e2ea0c6268029ce33422275ba45332 (patch)
tree26d1cae1db63bb2475d851979942c33c4e2e461a /pyrightconfig.json
parent339c17ddaf8cb7a8228f86cd8f98c1e4bef517bd (diff)
downloadtagrss-0d06775761e2ea0c6268029ce33422275ba45332.tar
tagrss-0d06775761e2ea0c6268029ce33422275ba45332.tar.gz
tagrss-0d06775761e2ea0c6268029ce33422275ba45332.zip
Implement per-feed tag limit of 100
Seems necessary to have a limit here to avoid DoS, though of course there are several avenues for it still, which should also be addressed. 100 seems more than would be necessary for any non-pathological usage; the system is built under the assumption that tags can be loaded all at once, don't need to be paginated, etc. (unlike feeds and entries) anyway.
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
index 6d8dc68..9c2d55a 100644
--- a/pyrightconfig.json
+++ b/pyrightconfig.json
@@ -1,3 +1,3 @@
{
- "typeCheckingMode": "basic",
-}
+ "typeCheckingMode": "basic"
+} \ No newline at end of file