mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
chore: update size unit (#485)
Fix #207 Reviewed-on: https://gitea.com/gitea/docs/pulls/485 Reviewed-by: silverwind <[email protected]>
This commit is contained in:
@@ -32,7 +32,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Please bear in mind that indexing the contents can consume a lot of system resou
|
||||
|
||||
### Choosing the files for indexing by size
|
||||
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value.
|
||||
The `MAX_FILE_SIZE` option will make the indexer skip all files larger than the specified value in bytes.
|
||||
|
||||
### Choosing the files for indexing by path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user