/* * oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */ package org.xdi.oxauth.load; /** * @author Yuriy Zabrovarnyy * @version 0.9, 03/12/2013 */ public class LoadConstants { private LoadConstants() { } public static final int INVOCATION_COUNT = 100; public static final int THREAD_POOL_SIZE = 200; }