diff --git a/models.py b/models.py index b4061cca..5b040d00 100644 --- a/models.py +++ b/models.py @@ -37,7 +37,7 @@ PROTOCOLS = {'ostatus': None} # 2048 bits makes tests slow, so use 1024 for them KEY_BITS = 1024 if DEBUG else 2048 -PAGE_SIZE = 30 +PAGE_SIZE = 20 # auto delete old objects of these types via the Object.expire property # https://cloud.google.com/datastore/docs/ttl diff --git a/templates/_followers.html b/templates/_followers.html index 041a71ce..77fe0d65 100644 --- a/templates/_followers.html +++ b/templates/_followers.html @@ -5,6 +5,9 @@