1
0
Fork 0

Remove / stash ServerInternals, as it is about ShapedJson details

This commit is contained in:
Simran Brucherseifer 2016-06-20 11:58:37 +02:00
parent 5a3ddc4cb4
commit 9d76362682
3 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ for (i = 0; i < 100000; i++) {
```
Since the *arangosh* version will be doing around 100k HTTP requests, and the
*arangod* version [will directly write to the database](../Architecture/ServerInternals.md).
*arangod* version will directly write to the database.

View File

@ -162,7 +162,7 @@
#
* [Architecture](Architecture/README.md)
* [Write-ahead log](Architecture/WriteAheadLog.md)
* [Server Internals](Architecture/ServerInternals.md)
# * [Server Internals](Architecture/ServerInternals.md)
#
* [Release notes](ReleaseNotes/README.md)
* [Whats New in 3.0](ReleaseNotes/NewFeatures30.md)