max authtoken length is 128

It was stopping at 128, so the 512 was only incorrect, it didn't change
behavior.
This commit is contained in:
Joey Hess 2016-11-30 14:19:26 -04:00
parent 568d81944a
commit ac0cb5c2cc
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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