Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
00ec7e3f
Commit
00ec7e3f
authored
Jul 08, 2009
by
Steven Murray
Browse files
MAXPENDINGTRANSFERS is now set 100 to be compatible with RTCPD
parent
7fa2ecdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/aggregator/Constants.hpp
View file @
00ec7e3f
...
...
@@ -37,7 +37,7 @@ namespace aggregator {
const
size_t
HDRBUFSIZ
=
3
*
sizeof
(
uint32_t
);
const
int
MAXDRIVES
=
4
;
const
int
MAXINITMIGFILES
=
2
;
const
int
MAXPENDINGTRANSFERS
=
10
24
;
const
int
MAXPENDINGTRANSFERS
=
10
0
;
const
uint32_t
MIGRATEUMASK
=
022
;
const
size_t
MSGBUFSIZ
=
1024
;
const
char
*
const
AGGREGATORPROGRAMNAME
=
"aggregatord"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment