Projects STRLCPY NETworkManager Commits 4ca53f90
🤬
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/03_Settings/01_General.md
    skipped 9 lines
    10 10   
    11 11  # General
    12 12   
     13 +## Default application
     14 + 
     15 +### Show the following application on startup:
     16 + 
     17 +Default application that is displayed when the application is launched.
     18 + 
     19 +Type: `NETworkManager.Models.ApplicationName`
     20 + 
     21 +Default: `Dashboard`
     22 + 
     23 +## Visible applications in the bar:
     24 + 
     25 +### Visible applications
     26 + 
     27 +Applications that are displayed in the bar.
     28 + 
     29 +Type: `NETworkManager.Models.ApplicationName`
     30 + 
     31 +Default: `All`
     32 + 
     33 +### Hidden applications
     34 + 
     35 +Applications that are not displayed in the bar.
     36 + 
     37 +Type: `NETworkManager.Models.ApplicationName`
     38 + 
     39 +Default: `None`
     40 + 
     41 +## Background job
     42 + 
     43 +### Run background job every x-minutes
     44 + 
     45 +Run a background job every x-minutes to save profiles and settings.
     46 + 
     47 +Type: `Integer`
     48 + 
     49 +Default: `5` [Min `0`, Max `120`]
     50 + 
     51 +{: .note }
     52 +The value 0 will disable the background job. Changes to this value will take effect after restarting the application.
     53 + 
     54 +## History
     55 + 
     56 +### Number of stored entries
     57 + 
     58 +Maximum number of entries stored in the history for several application inputs.
     59 + 
     60 +Type: `Integer`
     61 + 
     62 +Default: `5` [Min `0`, Max `25`]
     63 + 
     64 +## Multithreading
     65 + 
     66 +### ThreadPool additional min. threads
     67 + 
     68 +Additional [minimum number of threads](https://learn.microsoft.com/en-us/dotnet/api/system.threading.threadpool.setminthreads?view=net-7.0){:target="\_blank"} of the applications [ThreadPool](https://learn.microsoft.com/en-us/dotnet/standard/threading/the-managed-thread-pool){:target="\_blank"} that are created on demand, as new requests are made, before switching to an algorithm for managing thread creation and destruction. This can improve e.g. the IP scanner or port scanner. The value is added to the default settings.
     69 + 
     70 +Type: `Integer`
     71 + 
     72 +Default: `512` [Min `0`, Max `1024`]
     73 + 
     74 +{: .note}
     75 +The value 0 leaves the default settings (number of CPU threads). If the value is to high, performance problems may occur. If the value is higher than the max. threads of the ThreadPool, the max. threads will be used. Changes to this value will take effect after restarting the application. Wheter the value was set successfully can be seen in the log file under `%LocalAppData%\NETworkManager\NETworkManager.log`.
     76 + 
Please wait...
Page is in error, reload to recover