projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e30cd
)
Increased fileID size to 36 bytes
author
Hugo Gonzalez Labrador
<github@hugo.labkode.com>
Sat, 10 Oct 2015 11:26:23 +0000
(13:26 +0200)
committer
Markus Goetz
<markus@woboq.com>
Fri, 16 Oct 2015 07:27:19 +0000
(09:27 +0200)
This is the size used by UUIDs
csync/src/csync.h
patch
|
blob
|
history
diff --git
a/csync/src/csync.h
b/csync/src/csync.h
index 712e3f15b281cc359bd2ea5cca66034d03f69297..c2e1afa6b3b969319498224849bd45fa2728029e 100644
(file)
--- a/
csync/src/csync.h
+++ b/
csync/src/csync.h
@@
-144,7
+144,7
@@
enum csync_ftw_type_e {
};
-#define FILE_ID_BUF_SIZE
21
+#define FILE_ID_BUF_SIZE
36
// currently specified at https://github.com/owncloud/core/issues/8322 are 9 to 10
#define REMOTE_PERM_BUF_SIZE 15