This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
nedb
mirror of
https://github.com/seald/nedb
Watch
1
Star
0
Fork
You've already forked nedb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
The JavaScript Database, for Node.js, nw.js, electron and the browser
hacktoberfest
database
javascript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1097
Commits
4
Branches
51
Tags
5.9 MiB
Tag:
Branch:
Tree:
master
2.x.x
feat/compaction-failure-event
feat/remove-native-modules-imports
master
v1.4.2
v1.6.0
v2.0.0
v2.0.0-0
v2.0.0-1
v2.0.0-2
v2.0.0-3
v2.0.0-4
v2.0.0-5
v2.0.1
v2.0.2
v2.0.3
v2.0.3-0
v2.0.4
v2.1.0
v2.1.0-0
v2.1.0-1
v2.1.0-2
v2.1.0-3
v2.1.0-4
v2.1.0-5
v2.1.0-test.actions.0
v2.1.0-test.actions.1
v2.2.0
v2.2.0-0
v2.2.0-1
v2.2.1
v2.2.2
v2.2.2-0
v3.0.0
v3.0.0-0
v3.0.0-1
v3.0.0-2
v3.0.0-3
v3.0.0-4
v3.0.0-5
v3.0.0-6
v3.0.0-7
v3.0.0-8
v3.0.0-9
v3.0.1-0
v3.1.0
v4.0.0
v4.0.0-0
v4.0.0-1
v4.0.1
v4.0.2
v4.0.3
v4.0.3-0
v4.0.3-1
v4.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
nedb
/
test_lac
/
openFdsLaunch.sh
4 lines
56 B
Raw
Permalink
Normal View
History
Unescape
Escape
storage.js: check fsync capability from return code rather than using `process.platform` heuristics - silently accept (in)capability to fsync directories based on actual storage backend/driver behavior and capabilities; evaluate error codes rather than `process.platform` heuristics - make byline test run with windows line endings to validate storage behavior on windows - add shebang in EMFILE exhaustion test
3 years ago
#!/bin/sh
Created a test for too many file descriptors on a file
9 years ago
ulimit
-n
128
node ./test_lac/openFds.test.js