Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vollt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sonia Zorba
vollt
Commits
e10489b2
Commit
e10489b2
authored
6 years ago
by
Grégory Mantelet
Browse files
Options
Downloads
Patches
Plain Diff
[TAP] Update the configuration file template accordingly with the previous
commit.
parent
49c473cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/tap/config/tap_configuration_file.html
+4
-3
4 additions, 3 deletions
src/tap/config/tap_configuration_file.html
src/tap/config/tap_full.properties
+5
-4
5 additions, 4 deletions
src/tap/config/tap_full.properties
with
9 additions
and
7 deletions
src/tap/config/tap_configuration_file.html
+
4
−
3
View file @
e10489b2
...
@@ -728,9 +728,10 @@
...
@@ -728,9 +728,10 @@
<td>
<td>
<p>
Maximum allowed size for the uploaded file.
</p>
<p>
Maximum allowed size for the uploaded file.
</p>
<p><em>
This property is DEPRECATED. You should use
<code>
upload_max_db_limit
</code>
with a value
<p><em>
This property is DEPRECATED. You should use
<code>
upload_max_db_limit
</code>
with a value
expressed in bytes instead. If it is set anyway, its value will be used as
expressed in bytes if you wanted to limit the size of each uploaded file, or
value for
<code>
upload_max_db_limit
</code>
ONLY IF this latter and
<code>
upload_max_request_size
</code>
if your goal was to limit the input HTTP request
<code>
upload_default_db_limit
</code>
are not set.
</em></p>
size. If it is set anyway, its value will be used as value for
<code>
upload_max_request_size
</code>
ONLY IF this latter is not set.
<p><em>
Default:
<code>
upload_max_file_size=-1
</code>
(i.e. unlimited)
</em></p>
<p><em>
Default:
<code>
upload_max_file_size=-1
</code>
(i.e. unlimited)
</em></p>
</td>
</td>
<td><ul><li>
-1
<em>
(default)
</em></li><li>
2147483647B
</li><li>
2MB
</li></ul></td>
<td><ul><li>
-1
<em>
(default)
</em></li><li>
2147483647B
</li><li>
2MB
</li></ul></td>
...
...
This diff is collapsed.
Click to expand it.
src/tap/config/tap_full.properties
+
5
−
4
View file @
e10489b2
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# FULL TAP CONFIGURATION FILE #
# FULL TAP CONFIGURATION FILE #
# #
# #
# TAP Version: 2.3 #
# TAP Version: 2.3 #
# Date:
2
Nov. 2018
#
# Date:
13
Nov. 2018 #
# Author: Gregory Mantelet (CDS;ARI) #
# Author: Gregory Mantelet (CDS;ARI) #
# #
# #
################################################################################
################################################################################
...
@@ -644,9 +644,10 @@ upload_default_db_limit = -1
...
@@ -644,9 +644,10 @@ upload_default_db_limit = -1
# Maximum allowed size for the uploaded file.
# Maximum allowed size for the uploaded file.
#
#
# This property is DEPRECATED. You should use `upload_max_db_limit` with a value
# This property is DEPRECATED. You should use `upload_max_db_limit` with a value
# expressed in bytes instead. If it is set anyway, its value will be used as
# expressed in bytes if you wanted to limit the size of each uploaded file, or
# value for `upload_max_db_limit` ONLY IF this latter and
# `upload_max_request_size` if your goal was to limit the input HTTP request
# `upload_default_db_limit` are not set.
# size. If it is set anyway, its value will be used as value for
# `upload_max_request_size` ONLY IF this latter is not set.
#
#
# Default: upload_max_file_size=-1 (i.e. unlimited)
# Default: upload_max_file_size=-1 (i.e. unlimited)
upload_max_file_size
=
-1
upload_max_file_size
=
-1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment