]>
BookStack Code Mirror - bookstack/blobdiff - app/Config/hashing.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added caching to the loading of system roles
[bookstack]
/
app
/
Config
/
hashing.php
diff --git
a/app/Config/hashing.php
b/app/Config/hashing.php
index 756718ce2bd7239fdd63720661a679db103e6501..585ee094ccb2858c90c41de587757cb87bfca9b0 100644
(file)
--- a/
app/Config/hashing.php
+++ b/
app/Config/hashing.php
@@
-29,9
+29,9
@@
return [
// passwords are hashed using the Argon algorithm. These will allow you
// to control the amount of time it takes to hash the given password.
'argon' => [
- 'memory' => 1024,
+ 'memory'
=> 1024,
'threads' => 2,
- 'time' => 2,
+ 'time'
=> 2,
],
];