Saveyour-Team / Saveyour

https://saveyour.herokuapp.com/
Apache License 2.0
1 stars 0 forks source link

Server truncates user data beyond a certain length. #36

Closed bpteich closed 9 years ago

bpteich commented 9 years ago

It appears that the server is truncating user data beyond a certain length. This only really became noticeable after adding several tasks to WeeklyTodo, but it will end up being pretty important.

bpteich commented 9 years ago

Issue was actually client-side. Network controller was truncating the data to fit a 256 byte buffer. I increased it to 1MB so any user data under 1MB will be fine.

NateFuller commented 9 years ago

Good work :D me gusta