Skip to content

Commit 37c648a

Browse files
committed
Update Mx10
1 parent 2527357 commit 37c648a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • content/en/docs/refguide10/modeling/app-explorer/app/app-settings

content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ Mendix believes both algorithms are secure enough to store passwords within Mend
151151

152152
**BCrypt cost** is used to specify the cost of the BCrypt algorithm. The default value is 12, and can go up to 30. The higher the value is, the slower the process of hashing values. For more information, see the subsections below.
153153

154-
#### Performance
154+
##### Performance
155155

156156
If the BCrypt cost is low, the performance difference is hardly noticeable to a single user when signing in (meaning, the password you enter when signing in is hashed using the selected algorithm). This means performance alone is not a reason to choose **SSHA256** over **BCrypt**. The situation can change when dealing with high concurrency of hashing operations, for example, published web services exposing operations that compute quickly, like short-running microflows.
157157

158-
#### Performance Tests
158+
##### Performance Tests
159159

160160
A (web service) user will sign in to execute a web service operation, wait for the operation to finish, and finally get the result back (if any).
161161

@@ -203,14 +203,6 @@ This table presents the results of rounding the input to one digit with the give
203203
| -2.5 | -3 | -2 |
204204
| -5.5 | -6 | -6 |
205205

206-
### OQL version 2 {#oql-version-2}
207-
208-
If this option is set to **Yes**, your app will use version 2 of the OQL syntax. This setting must be enabled to use [view entities](/refguide10/view-entities/). Make sure your app is ready to use the new syntax before making the switch.
209-
210-
For more information about the differences, see [OQL Version 2 Features](/refguide10/oql-v2/).
211-
212-
Default: *No*
213-
214206
### Multiple Sessions per User {#multiple-sessions}
215207

216208
If this option is enabled, users can sign in multiple times through different clients (for example, desktop browser and tablet). Otherwise, an existing session for a user is signed out when the user signs in somewhere else.
@@ -227,6 +219,14 @@ To force a query to the runtime, use microflows. For example, create a microflow
227219

228220
Default: *Yes*
229221

222+
### OQL version 2 {#oql-version-2}
223+
224+
If this option is set to **Yes**, your app will use version 2 of the OQL syntax. This setting must be enabled to use [view entities](/refguide10/view-entities/). Make sure your app is ready to use the new syntax before making the switch.
225+
226+
For more information about the differences, see [OQL Version 2 Features](/refguide10/oql-v2/).
227+
228+
Default: *No*
229+
230230
### Foreign Key Constraints {#database-fkc}
231231

232232
If this option is enabled, database [foreign key constraints](/refguide10/data-storage/#fkc) will be used. An attempt to commit a dangling reference will throw a runtime exception.

0 commit comments

Comments
 (0)