Update UnchangedLayer2.md

This commit is contained in:
Mike Thompson 2018-02-17 22:27:13 +11:00 committed by GitHub
parent ee264ec7f7
commit e14453f121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ between `layer 2` and `layer 3` subscriptions:
trivial in nature, which is to say there should be no computation in them beyond
what is necessary to extract a value from `app-db`
- **`layer 3` subscriptions never take values from `app-db`**. Instead, they have
`layer 2` nodes as inputs, and they do the more serious CPU work of computing
`layer 2` nodes as inputs (or other `layer 3`), and they do the more serious CPU work of computing
a materialised view of those values.