/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package buzzerproxy; /** * * @author Enger */ public class Constant { public static final String CACHEFILE = "cache.ser.db"; public static final String SERVER_PORT = "###########"; public static final String SERVER_HOST = "46.38.232.54"; public static final int HTTP_TIMEOUT = 5000; // in ms public static final long CACHE_VALID_THROUGH = 60*60*24*7; // 7 Tage Cache }