summaryrefslogtreecommitdiffstats
path: root/inc/dnbd3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dnbd3/config.h')
-rw-r--r--inc/dnbd3/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/dnbd3/config.h b/inc/dnbd3/config.h
index 53eef64..df9d0e0 100644
--- a/inc/dnbd3/config.h
+++ b/inc/dnbd3/config.h
@@ -50,6 +50,7 @@
#define COW_MAX_PARALLEL_BACKGROUND_UPLOADS 2 // maximum number of parallel uploads while the image is still mounted
#define COW_URL_STRING_SIZE 500 // Max string size for an url
#define COW_SHOW_UL_SPEED 1 // enable display of ul speed in cow status file
+#define COW_MAX_IMAGE_SIZE 1000LL * 1000LL * 1000LL * 1000LL; // Maximum size an image can have(tb*gb*mb*kb)
// +++++ COW API Endpoints +++++
#define COW_API_CREATE "%s/api/File/Create"
#define COW_API_UPDATE "%s/api/File/Update?guid=%s&BlockNumber=%lu"