Posts by luanfvieira • 13 points
3 posts
-
1
votes1
answer250
viewsQ: How to get a return from a foreground nodejs
I can’t figure out how to get back a Password in Javascript. In the example below, how to get the return of const info? const GoogleSpreadSheet = require('google-spreadsheet'); const credentials =…
-
0
votes2
answers6493
viewsA: Wait for BAT command to run to continue
Try using a wait time (pause on execution) to proceed with the script. timeout /t 60 In the above case, you will have a 60-second count to proceed with the execution.
-
0
votes1
answer234
viewsQ: How to change maximum limit of simultaneous connections to db
When I exceed 100 connections, I get error: "FATAL: remaining connection slots are reserved for non-replication superuser connections" How to change the parameter of postgresql.conf max_connections…
postgresqlasked luanfvieira 13