mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
fix:修正打包,编译问题
This commit is contained in:
parent
c0fab5c065
commit
4a80239541
File diff suppressed because one or more lines are too long
@ -111,6 +111,7 @@ int eventfd_write(int fd, int value) {
|
||||
#include <limits.h>
|
||||
#include <memory.h>
|
||||
#include <assert.h>
|
||||
#include <stdexcept>
|
||||
|
||||
const int64 min_cachesize = 1LL * 1024* 1024* 1024LL; // 1GB
|
||||
const int64 min_free_size = 20LL * 1024* 1024* 1024LL; // 20GB
|
||||
|
||||
Loading…
Reference in New Issue
Block a user