feat: Add GoMFT Testing Guide and enhance concurrent transfer settings

- Introduce a comprehensive testing guide for the GoMFT application, detailing testing strategies, types, and best practices.
- Add new test utilities and examples for various components, including unit, integration, API, and webhook tests.
- Update the maximum concurrent transfers setting in the UI from 20 to 32 to support increased transfer capabilities.
This commit is contained in:
StarFleetCPTN
2025-03-14 18:36:00 -07:00
parent d5b0a686e0
commit 64323dd9ee
2 changed files with 412 additions and 1 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ templ ArchiveOptions() {
<div class="flex items-center">
<input type="range" id="max_concurrent_transfers" name="max_concurrent_transfers"
class="form-range w-2/3 h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer"
min="1" max="20" step="1"
min="1" max="32" step="1"
x-model="maxConcurrentTransfers"
/>
<span class="ml-4 text-gray-700" x-text="maxConcurrentTransfers"></span>