| 2530 | } |
| 2531 | |
| 2532 | U64 |
| 2533 | Settings::getMaximumViewerDiskCacheSize() const |
| 2534 | { |
| 2535 | return (U64)( _maxViewerDiskCacheGB->getValue() ) * 1024 * 1024 * 1024; |
| 2536 | } |
| 2537 | |
| 2538 | U64 |
| 2539 | Settings::getMaximumDiskCacheNodeSize() const |
no test coverage detected