Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: Take out AVX warning
Browse files Browse the repository at this point in the history
seems to be unwarranted

fixes #44

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed May 15, 2024
1 parent b477a34 commit 97b128f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ViewAdmin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<NcNoteCard v-if="nodejs === false" type="error">
{{ t('translate', 'Could not execute the node.js executable. You may need to set the path to a working executable manually. (See below.)') }}
</NcNoteCard>
<NcNoteCard v-if="avx === false" type="error">
{{ t('translate', 'It seems that your server processor does not support AVX instructions. Without AVX instructions this app currently does not work.') }}
</NcNoteCard>
</NcSettingsSection>
<NcSettingsSection :title="t('translate', 'Resources')">
<p>{{ t('translate', 'By default all available CPU cores will be used which may put your system under considerable load. To avoid this, you can limit the amount of CPU Cores used.') }}</p>
Expand Down

0 comments on commit 97b128f

Please sign in to comment.