FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1
8
9#pragma once
10
11#include <cstdint>
12
13constexpr uint32_t const SECONDS_TIMEOUT = 5;
14constexpr uint32_t const SIZE_BUFFER_READ = 16384;