diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-19 14:46:38 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-19 14:46:38 +0300 |
commit | 02ca8a363f738ece7b605940690f6a538f6c2fa8 (patch) | |
tree | 8038445e4f89e09a8464e551162424349833d388 /lib | |
parent | 0c739b423aad4cc6baa3a59308200ca5a5060716 (diff) | |
download | pleroma-02ca8a363f738ece7b605940690f6a538f6c2fa8.tar.gz |
default page size for files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex index e8abe654d..da7cc5154 100644 --- a/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex +++ b/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex @@ -69,7 +69,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaEmojiPackOperation do Operation.parameter( :page_size, :query, - %Schema{type: :integer, default: 50}, + %Schema{type: :integer, default: 30}, "Number of statuses to return" ) ], |