package io.hefuyi.zhihudaily; /** * Created by hefuyi on 16/7/30. */ public class Constants { public static class Config { public static final int HTTP_CACHE_SIZE = 20 * 1024 * 1024; public static final int HTTP_CONNECT_TIMEOUT = 15 * 1000; public static final int HTTP_READ_TIMEOUT = 20 * 1000; } }