codotxp / foursquared

Automatically exported from code.google.com/p/foursquared
Apache License 2.0
0 stars 0 forks source link

CATEGORY_ICON_EXPIRATION =? #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public static final long CATEGORY_ICON_EXPIRATION = ?

Original issue reported on code.google.com by yodgo.yo...@gmail.com on 13 Jul 2010 at 9:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
public static final long CATEGORY_ICON_EXPIRATION = 60L * 60L * 24L * 7L * 
1000L * 2L; // two weeks.

Had to do this because the new category icons urls didn't change from the api, 
sorry.

Original comment by mar...@gmail.com on 28 Jul 2010 at 3:21