com.github.estuaryoss.agent.constants.HibernateJpaConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agent Show documentation
Show all versions of agent Show documentation
RestAPI service which runs shell commands via REST API
package com.github.estuaryoss.agent.constants;
public class HibernateJpaConstants {
public static final int COMMAND_STDERR_MAX_SIZE = 1024;
public static final int COMMAND_MAX_SIZE = 2048;
public static final int COMMAND_STDOUT_MAX_SIZE = 4096;
public static final int FILE_NAME_MAX_SIZE = 1024;
public static final int FILE_PATH_MAX_SIZE = 4096;
}