[Credo] write large numbers with underscore separation
This commit is contained in:
parent
c3d41b2b6e
commit
8cd3eada7d
4 changed files with 6 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ defmodule Pleroma.Application do
|
|||
[
|
||||
:user_cache,
|
||||
[
|
||||
default_ttl: 25000,
|
||||
default_ttl: 25_000,
|
||||
ttl_interval: 1000,
|
||||
limit: 2500
|
||||
]
|
||||
|
|
@ -60,7 +60,7 @@ defmodule Pleroma.Application do
|
|||
[
|
||||
:object_cache,
|
||||
[
|
||||
default_ttl: 25000,
|
||||
default_ttl: 25_000,
|
||||
ttl_interval: 1000,
|
||||
limit: 2500
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue