All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anarsoft.trace.agent.runtime.process.TimeValues Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package com.anarsoft.trace.agent.runtime.process;

public class TimeValues {

	public static final int TIMEOUT_VALUE        =  3000;
	public static final int WRITE_STATE_EVERY_MS =  50;
	public static final int READ_STATE_EVERY_MS  =  210;
	public static final int CHECK_WRITE_TIME_EVERY_N_ROUNDS = 1000;
	
	public static final int CLEAR_THREADS_EVERY_MS =  500;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy