Skip to content

Commit 1ffa711

Browse files
Reset timing
1 parent d23656c commit 1ffa711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function makeServer({ environment = 'development' } = {}) {
163163
},
164164
users: users?.models ?? users,
165165
};
166-
}, { timing: 10000000 });
166+
}, { timing: 750 });
167167

168168

169169
// Posts //

0 commit comments

Comments
 (0)