]> source.dussan.org Git - nextcloud-server.git/commit
Make the throttling O(2^n) instead of O(n^n)
authorJoas Schilling <coding@schilljs.com>
Thu, 19 Mar 2020 12:31:07 +0000 (13:31 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 19 Aug 2020 09:20:36 +0000 (11:20 +0200)
commit6f751d01dbe84b7564c573e20e9264d53b19c48a
treeeb327b41082d620823cfe3fd9823323badd645e6
parent64539a6ee13f596260cea1a89b287a66ca9a0aed
Make the throttling O(2^n) instead of O(n^n)

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Security/Bruteforce/Throttler.php