Just rolled out a new build:
- separator between json objects is now '\r\n' between json objects
- content-type header is set to 'application/json'
- fixed various problems in ranking of result
- added a grade flag is a binary OR of the following flags:
FLAG_GRADE_BASE 1
FLAG_GRADE_FRIENDS 2
FLAG_GRADE_VIEWS 4
FLAG_GRADE_LIKES 8
FLAG_GRADE_COMMENTS 16
FLAG_GRADE_MULTI 32
Practically today only FLAG_GRADE_MULTI is used to show that a picture is picking up traffic either in views or like
-> value is either 33 (popular picture) or 1 (normal picture)
- Performance improvement, especially startup which will enable faster release cycles (less CPU intensive & 10x faster)
Cheers!
-stan
--
Stanislas Polu