projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568d819
)
max authtoken length is 128
author
Joey Hess
<joeyh@joeyh.name>
Wed, 30 Nov 2016 18:19:26 +0000
(14:19 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 30 Nov 2016 18:19:26 +0000
(14:19 -0400)
It was stopping at 128, so the 512 was only incorrect, it didn't change
behavior.
Assistant/Threads/WebApp.hs
patch
|
blob
|
history
diff --git
a/Assistant/Threads/WebApp.hs
b/Assistant/Threads/WebApp.hs
index 576feb5f018b7aaf19d826638381e297108052d6..a5cd38504671fa4844f116a189f2c69519eceb76 100644
(file)
--- a/
Assistant/Threads/WebApp.hs
+++ b/
Assistant/Threads/WebApp.hs
@@
-76,7
+76,7
@@
webAppThread assistantdata urlrenderer noannex cannotrun postfirstrun listenhost
#endif
webapp <- WebApp
<$> pure assistantdata
- <*> genAuthToken
512
+ <*> genAuthToken
128
<*> getreldir
<*> pure staticRoutes
<*> pure postfirstrun