[Support remote send and receive timeouts] [Support WinFSP mount manager]
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
## 1.1.3
|
||||
* CentOS 8 support
|
||||
* Support remote send and receive timeouts
|
||||
* Support WinFSP mount manager
|
||||
|
||||
## 1.1.2
|
||||
* Style changes
|
||||
|
||||
@@ -9,10 +9,10 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi
|
||||
* ScPrime >=1.4.1.2
|
||||
|
||||
## Downloads
|
||||
* **Repertory UI v1.1.2 Linux 64-bit** [<Primary\>](https://pixeldrain.com/u/5i1mA1gb) [<Alternate\>](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.1.2_linux_x86_64.AppImage)
|
||||
* **Repertory UI v1.1.3 Linux 64-bit** [<Primary\>]() [<Alternate\>](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.1.3_linux_x86_64.AppImage)
|
||||
* NOTE: Linux distributions require `fuse` and `libfuse` to be installed.
|
||||
* **Repertory UI v1.1.2 OS X 64-bit** [<Primary\>](https://pixeldrain.com/u/jEWmNDRX) [<Alternate\>](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.1.2_mac.dmg)
|
||||
* **Repertory UI v1.1.2 Windows 64-bit** [<Primary\>](https://pixeldrain.com/u/TkQn25Bm) [<Alternate\>](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.1.2_win.exe)
|
||||
* **Repertory UI v1.1.3 OS X 64-bit** [<Primary\>]() [<Alternate\>](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.1.3_mac.dmg)
|
||||
* **Repertory UI v1.1.3 Windows 64-bit** [<Primary\>]() [<Alternate\>](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.1.3_win.exe)
|
||||
|
||||
## Supported Platforms
|
||||
* OS X 64-bit
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
"RemoteHostNameOrIp": "Host name or IP of host to connect to for remote mounting.",
|
||||
"RemoteMaxConnections": "Maximum number of TCP connections to use when communicating with remote instances.",
|
||||
"RemotePort": "TCP port used for remote mounting.",
|
||||
"RemoteReceiveTimeoutSeconds": "Number of seconds to wait for a response before failing.",
|
||||
"RemoteSendTimeoutSeconds": "Number of seconds to wait for a request to be written before failing.",
|
||||
"RemoteToken": "Encryption token used for remote mounts. This value must be the same on local and remote systems."
|
||||
},
|
||||
"Settings": {
|
||||
@@ -23,6 +25,7 @@
|
||||
"EnableChunkDownloaderTimeout": "This setting applies to full allocation downloads. When set to true, downloads will timeout after ChunkDownloaderTimeoutSeconds if the file has no more open handles. If set to false, the entire file will always download.",
|
||||
"EnableDriveEvents": "When set to true, additional logging for FUSE on UNIX or WinFSP on Windows will occur. It's best to leave this value set to 'false' unless troubleshooting an issue as enabling it may have an adverse affect on performance.",
|
||||
"EnableMaxCacheSize": "If set to true, files will begin to be removed from the local cache as soon as MaxCacheSizeBytes and MinimumRedundancy have been met. This does not mean further attempts to write will fail when MaxCacheSizeBytes is reached. Writes will continue as long as there is enough local drive space to accommodate the operation.\n\nIf set to false, files will begin to be removed from the local cache as soon as MinimumRedundancy has been met.\n\nIn both cases, files that do not have any open handles will be chosen by oldest modification date for removal.",
|
||||
"EnableMountManager": "[EXPERIMENTAL]\n\nEnabling this setting will allow all users and background services to have access to the mounted location. By default, only the user executing the mount has access to the drive.\n\nNOTE:Requires UAC Administrator elevation.",
|
||||
"EventLevel": "Internally, events are fired during certain operations. This setting determines which events should be logged to repertory.log. Valid values are Error, Warn, Normal, Debug, and Verbose.",
|
||||
"EvictionDelaySeconds": "Number of seconds to wait after all file handles are closed before allowing file to be evicted from cache.",
|
||||
"EvictionDelayMinutes": "Number of minutes to wait after all file handles are closed before allowing file to be evicted from cache.",
|
||||
@@ -34,4 +37,4 @@
|
||||
"ReadAheadCount": "This value specifies the number of read-ahead chunks to use when downloading a file. This is a per-open file setting and will result in the creation of an equal number of threads.",
|
||||
"RingBufferFileSize": "The size of the ring buffer file in MiB. Default is 512. Valid values are: 64, 128, 256, 512, 1024."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user