From 713521318289919cc481bf15f28a4a06554485dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Apr 2017 14:43:16 -0400 Subject: memory DOS prevention Prevent DOS of user side by limiting the size of the BackLog that is maintained. This should not cause problems in even high latency environments, and should prevent memory use > 16 mb. The developer side does not keep much data, other than a list of the Hashes of things it has recently sent, so is not susceptable to memory DOS. This commit was sponsored by Brock Spratlen on Patreon. --- debug-me.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'debug-me.cabal') diff --git a/debug-me.cabal b/debug-me.cabal index cc34c0c..62cfa4c 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -43,6 +43,7 @@ Executable debug-me Graphviz Hash Log + Memory Pty Replay Session -- cgit v1.2.3